MLIR 22.0.0git
LowerVectorScan.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "vector-broadcast-lowering"

Functions

static bool isValidKind (bool isInt, vector::CombiningKind kind)
 This function checks to see if the vector combining kind is consistent with the integer or float element type.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "vector-broadcast-lowering"

Definition at line 25 of file LowerVectorScan.cpp.

Function Documentation

◆ isValidKind()

bool isValidKind ( bool isInt,
vector::CombiningKind kind )
static

This function checks to see if the vector combining kind is consistent with the integer or float element type.

Definition at line 32 of file LowerVectorScan.cpp.