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