Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp422 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