getBooleanContents overloads
Declared in <llvm/CodeGen/TargetLowering.h>
Return how boolean values of the given vector or scalar category are represented in wider types.
BooleanContent
getBooleanContents(EVT Type) const;
» more...
For targets without i1 registers, this gives the nature of the high-bits of boolean values held in types wider than i1.
BooleanContent
getBooleanContents(
bool isVec,
bool isFloat) const;
» more...
| Name | Description |
|---|---|
| Type | Type considered for libcall extension. |
| isVec | Whether the boolean is a vector boolean. |
| isFloat | Whether the boolean comes from a floating-point compare. |