Searched refs:SelectFPToI (Results 1 – 2 of 2) sorted by relevance
138 bool SelectFPToI(const Instruction *I, bool IsSigned);1194 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI() function in PPCFastISel1970 return SelectFPToI(I, /*IsSigned*/ true); in fastSelectInstruction()1972 return SelectFPToI(I, /*IsSigned*/ false); in fastSelectInstruction()
178 bool SelectFPToI(const Instruction *I, bool isSigned);1593 bool ARMFastISel::SelectFPToI(const Instruction *I, bool isSigned) { in SelectFPToI() function in ARMFastISel2852 return SelectFPToI(I, /*isSigned*/ true); in fastSelectInstruction()2854 return SelectFPToI(I, /*isSigned*/ false); in fastSelectInstruction()