Searched refs:AddFPMathAttributes (Results 1 – 1 of 1) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 683 Instruction *AddFPMathAttributes(Instruction *I, in AddFPMathAttributes() function 713 return Insert(AddFPMathAttributes(BinaryOperator::CreateFAdd(LHS, RHS), 735 return Insert(AddFPMathAttributes(BinaryOperator::CreateFSub(LHS, RHS), 757 return Insert(AddFPMathAttributes(BinaryOperator::CreateFMul(LHS, RHS), 789 return Insert(AddFPMathAttributes(BinaryOperator::CreateFDiv(LHS, RHS), 809 return Insert(AddFPMathAttributes(BinaryOperator::CreateFRem(LHS, RHS), 921 BinOp = AddFPMathAttributes(BinOp, FPMathTag, FMF); 944 return Insert(AddFPMathAttributes(BinaryOperator::CreateFNeg(V),
|