Go to the source code of this file.
|
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. More...
|
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "vector-broadcast-lowering" |
◆ isValidKind()
static 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.
References kind, and MINUI.