Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp174 bool SelectRem(const Instruction *I, bool isSigned);
1707 bool ARMFastISel::SelectRem(const Instruction *I, bool isSigned) { in SelectRem() function in ARMFastISel
2868 return SelectRem(I, /*isSigned*/ true); in fastSelectInstruction()
2870 return SelectRem(I, /*isSigned*/ false); in fastSelectInstruction()