Searched refs:SelectFPToI (Results 1 – 2 of 2) sorted by relevance
132 bool SelectFPToI(const Instruction *I, bool IsSigned);1187 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI() function in PPCFastISel1960 return SelectFPToI(I, /*IsSigned*/ true); in fastSelectInstruction()1962 return SelectFPToI(I, /*IsSigned*/ false); in fastSelectInstruction()
172 bool SelectFPToI(const Instruction *I, bool isSigned);1569 bool ARMFastISel::SelectFPToI(const Instruction *I, bool isSigned) { in SelectFPToI() function in ARMFastISel2848 return SelectFPToI(I, /*isSigned*/ true); in fastSelectInstruction()2850 return SelectFPToI(I, /*isSigned*/ false); in fastSelectInstruction()