Searched refs:SelectDiv (Results 1 – 1 of 1) sorted by relevance
174 bool SelectDiv(const Instruction *I, bool isSigned);1675 bool ARMFastISel::SelectDiv(const Instruction *I, bool isSigned) { in SelectDiv() function in ARMFastISel2858 return SelectDiv(I, /*isSigned*/ true); in fastSelectInstruction()2860 return SelectDiv(I, /*isSigned*/ false); in fastSelectInstruction()