llvm::MachineIRBuilder::getBoolExtOp

Return the opcode used to extend boolean values for this target.

Synopsis

Declared in <llvm/CodeGen/GlobalISel/MachineIRBuilder.h>

unsigned int
getBoolExtOp(
    bool IsVec,
    bool IsFP) const;

Return Value

The opcode of the extension the target wants to use for boolean values.

Parameters

NameDescription
IsVecTrue when extending a vector boolean.
IsFPTrue when extending a floating-point compare result.