Home
last modified time | relevance | path

Searched refs:tryFoldIntegerCompare (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp507 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