Searched refs:isOperandImmEqual (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelector.cpp48 bool InstructionSelector::isOperandImmEqual( function in class:InstructionSelector
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h507 bool isOperandImmEqual(const MachineOperand &MO, int64_t Value,
H A DInstructionSelectorImpl.h639 // isOperandImmEqual() will sign-extend to 64-bits, so should we.
643 if (!isOperandImmEqual(MO, Value, MRI)) {
819 if (isOperandImmEqual(MO, 0, MRI))

Completed in 54 milliseconds