Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp344 bool selectOverflowOp(MachineInstr &I, MachineRegisterInfo &MRI);
3154 return selectOverflowOp(I, MRI); in select()
4761 bool AArch64InstructionSelector::selectOverflowOp(MachineInstr &I, in selectOverflowOp() function in AArch64InstructionSelector