Searched refs:SelectFPToI (Results 1 – 2 of 2) sorted by relevance
138 bool SelectFPToI(const Instruction *I, bool IsSigned);1108 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI() function in PPCFastISel1872 return SelectFPToI(I, /*IsSigned*/ true); in fastSelectInstruction()1874 return SelectFPToI(I, /*IsSigned*/ false); in fastSelectInstruction()
147 bool SelectFPToI(const Instruction *I, bool isSigned);1578 bool ARMFastISel::SelectFPToI(const Instruction *I, bool isSigned) { in SelectFPToI() function in ARMFastISel2825 return SelectFPToI(I, /*isSigned*/ true); in fastSelectInstruction()2827 return SelectFPToI(I, /*isSigned*/ false); in fastSelectInstruction()