Searched refs:SelectBinaryFPOp (Results 1 – 1 of 1) sorted by relevance
170 bool SelectBinaryFPOp(const Instruction *I, unsigned ISDOpcode);1776 bool ARMFastISel::SelectBinaryFPOp(const Instruction *I, unsigned ISDOpcode) { in SelectBinaryFPOp() function in ARMFastISel2855 return SelectBinaryFPOp(I, ISD::FADD); in fastSelectInstruction()2857 return SelectBinaryFPOp(I, ISD::FSUB); in fastSelectInstruction()2859 return SelectBinaryFPOp(I, ISD::FMUL); in fastSelectInstruction()