Searched refs:SelectFPToI (Results 1 – 2 of 2) sorted by relevance
133 bool SelectFPToI(const Instruction *I, bool IsSigned);1186 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI() function in PPCFastISel1959 return SelectFPToI(I, /*IsSigned*/ true); in fastSelectInstruction()1961 return SelectFPToI(I, /*IsSigned*/ false); in fastSelectInstruction()
173 bool SelectFPToI(const Instruction *I, bool isSigned);1566 bool ARMFastISel::SelectFPToI(const Instruction *I, bool isSigned) { in SelectFPToI() function in ARMFastISel2840 return SelectFPToI(I, /*isSigned*/ true); in fastSelectInstruction()2842 return SelectFPToI(I, /*isSigned*/ false); in fastSelectInstruction()