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.cpp199 bool SelectRem(const Instruction *I, bool isSigned);
1765 bool ARMFastISel::SelectRem(const Instruction *I, bool isSigned) { in SelectRem() function in ARMFastISel
2938 return SelectRem(I, /*isSigned*/ true); in fastSelectInstruction()
2940 return SelectRem(I, /*isSigned*/ false); in fastSelectInstruction()