Searched refs:SelectFPToI (Results 1 – 2 of 2) sorted by relevance
127 bool SelectFPToI(const Instruction *I, bool IsSigned);1175 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI() function in PPCFastISel1947 return SelectFPToI(I, /*IsSigned*/ true); in fastSelectInstruction()1949 return SelectFPToI(I, /*IsSigned*/ false); in fastSelectInstruction()
197 bool SelectFPToI(const Instruction *I, bool isSigned);1622 bool ARMFastISel::SelectFPToI(const Instruction *I, bool isSigned) { in SelectFPToI() function in ARMFastISel2918 return SelectFPToI(I, /*isSigned*/ true); in fastSelectInstruction()2920 return SelectFPToI(I, /*isSigned*/ false); in fastSelectInstruction()