Return the opcode used to extend boolean values for this target.
Declared in <llvm/CodeGen/GlobalISel/MachineIRBuilder.h>
unsigned int
getBoolExtOp(
bool IsVec,
bool IsFP) const;
The opcode of the extension the target wants to use for boolean values.
| Name | Description |
|---|---|
| IsVec | True when extending a vector boolean. |
| IsFP | True when extending a floating-point compare result. |