Searched refs:SelectRem (Results 1 – 1 of 1) sorted by relevance
174 bool SelectRem(const Instruction *I, bool isSigned);1707 bool ARMFastISel::SelectRem(const Instruction *I, bool isSigned) { in SelectRem() function in ARMFastISel2868 return SelectRem(I, /*isSigned*/ true); in fastSelectInstruction()2870 return SelectRem(I, /*isSigned*/ false); in fastSelectInstruction()