Lines Matching refs:AddFPMathAttributes
766 Instruction *AddFPMathAttributes(Instruction *I, in AddFPMathAttributes() function
797 return Insert(AddFPMathAttributes(BinaryOperator::CreateFAdd(LHS, RHS),
819 return Insert(AddFPMathAttributes(BinaryOperator::CreateFSub(LHS, RHS),
841 return Insert(AddFPMathAttributes(BinaryOperator::CreateFMul(LHS, RHS),
873 return Insert(AddFPMathAttributes(BinaryOperator::CreateFDiv(LHS, RHS),
893 return Insert(AddFPMathAttributes(BinaryOperator::CreateFRem(LHS, RHS),
1005 BinOp = AddFPMathAttributes(BinOp, FPMathTag, FMF);
1028 return Insert(AddFPMathAttributes(BinaryOperator::CreateFNeg(V),
1532 return Insert(AddFPMathAttributes(new FCmpInst(P, LHS, RHS),
1557 CI = cast<CallInst>(AddFPMathAttributes(CI, FPMathTag, FMF));
1566 CI = cast<CallInst>(AddFPMathAttributes(CI, FPMathTag, FMF));