Searched refs:selectFPToInt (Results 1 – 2 of 2) sorted by relevance
116 bool selectFPToInt(const Instruction *I, bool IsSigned);1046 bool MipsFastISel::selectFPToInt(const Instruction *I, bool IsSigned) { in selectFPToInt() function in MipsFastISel1828 return selectFPToInt(I, /*isSigned*/ true); in fastSelectInstruction()1830 return selectFPToInt(I, /*isSigned*/ false); in fastSelectInstruction()
125 bool selectFPToInt(const Instruction *I, bool Signed);2741 bool AArch64FastISel::selectFPToInt(const Instruction *I, bool Signed) { in selectFPToInt() function in AArch64FastISel4947 return selectFPToInt(I, /*Signed=*/true); in fastSelectInstruction()4950 return selectFPToInt(I, /*Signed=*/false); in fastSelectInstruction()