Searched refs:selectFPToInt (Results 1 – 2 of 2) sorted by relevance
164 bool selectFPToInt(const Instruction *I, bool IsSigned);1096 bool MipsFastISel::selectFPToInt(const Instruction *I, bool IsSigned) { in selectFPToInt() function in MipsFastISel2080 return selectFPToInt(I, /*isSigned*/ true); in fastSelectInstruction()2082 return selectFPToInt(I, /*isSigned*/ false); in fastSelectInstruction()
167 bool selectFPToInt(const Instruction *I, bool Signed);2803 bool AArch64FastISel::selectFPToInt(const Instruction *I, bool Signed) { in selectFPToInt() function in AArch64FastISel5054 return selectFPToInt(I, /*Signed=*/true); in fastSelectInstruction()5057 return selectFPToInt(I, /*Signed=*/false); in fastSelectInstruction()