Specify how the target extends the result of integer and floating point boolean values from i1 to a wider type. See getBooleanContents.
Declared in <llvm/CodeGen/TargetLowering.h>
Specify how the target extends the result of integer and floating point boolean values from i1 to a wider type. See getBooleanContents.
void
setBooleanContents(BooleanContent Ty);
» more...
Specify how the target extends the result of integer and floating point boolean values from i1 to a wider type. See getBooleanContents.
void
setBooleanContents(
BooleanContent IntTy,
BooleanContent FloatTy);
» more...
| Name | Description |
|---|---|
| Ty | Type of the constant or operation. |
| IntTy | Boolean contents for integer compares. |
| FloatTy | Boolean contents for floating-point compares. |