Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp167 bool selectDivRem(const Instruction *I, unsigned ISDOpcode);
1921 bool MipsFastISel::selectDivRem(const Instruction *I, unsigned ISDOpcode) { in selectDivRem() function in MipsFastISel
2053 return selectDivRem(I, ISD::SDIV); in fastSelectInstruction()
2057 return selectDivRem(I, ISD::UDIV); in fastSelectInstruction()
2061 return selectDivRem(I, ISD::SREM); in fastSelectInstruction()
2065 return selectDivRem(I, ISD::UREM); in fastSelectInstruction()