Searched refs:selectDivRem (Results 1 – 1 of 1) sorted by relevance
121 bool selectDivRem(const Instruction *I, unsigned ISDOpcode);1661 bool MipsFastISel::selectDivRem(const Instruction *I, unsigned ISDOpcode) { in selectDivRem() function in MipsFastISel1792 return selectDivRem(I, ISD::SDIV); in fastSelectInstruction()1796 return selectDivRem(I, ISD::UDIV); in fastSelectInstruction()1800 return selectDivRem(I, ISD::SREM); in fastSelectInstruction()1804 return selectDivRem(I, ISD::UREM); in fastSelectInstruction()