Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
2865 return SelectRem(I, /*isSigned*/ true); in fastSelectInstruction()
2867 return SelectRem(I, /*isSigned*/ false); in fastSelectInstruction()