Searched refs:selectFPToInt (Results 1 – 2 of 2) sorted by relevance
165 bool selectFPToInt(const Instruction *I, bool IsSigned);1100 bool MipsFastISel::selectFPToInt(const Instruction *I, bool IsSigned) { in selectFPToInt() function in MipsFastISel2078 return selectFPToInt(I, /*isSigned*/ true); in fastSelectInstruction()2080 return selectFPToInt(I, /*isSigned*/ false); in fastSelectInstruction()
168 bool selectFPToInt(const Instruction *I, bool Signed);2839 bool AArch64FastISel::selectFPToInt(const Instruction *I, bool Signed) { in selectFPToInt() function in AArch64FastISel5135 return selectFPToInt(I, /*Signed=*/true); in fastSelectInstruction()5138 return selectFPToInt(I, /*Signed=*/false); in fastSelectInstruction()