Searched refs:SelectRem (Results 1 – 1 of 1) sorted by relevance
199 bool SelectRem(const Instruction *I, bool isSigned);1765 bool ARMFastISel::SelectRem(const Instruction *I, bool isSigned) { in SelectRem() function in ARMFastISel2938 return SelectRem(I, /*isSigned*/ true); in fastSelectInstruction()2940 return SelectRem(I, /*isSigned*/ false); in fastSelectInstruction()