Searched refs:tryFoldIntegerCompare (Results 1 – 1 of 1) sorted by relevance
422 MachineInstr *tryFoldIntegerCompare(MachineOperand &LHS, MachineOperand &RHS,4238 if (auto FoldCmp = tryFoldIntegerCompare(LHS, RHS, Predicate, MIRBuilder)) in emitIntegerCompare()4501 MachineInstr *AArch64InstructionSelector::tryFoldIntegerCompare( in tryFoldIntegerCompare() function in AArch64InstructionSelector