Home
last modified time | relevance | path

Searched refs:AddFPMathAttributes (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
DIRBuilder.h751 Instruction *AddFPMathAttributes(Instruction *I, in AddFPMathAttributes() function
782 return Insert(AddFPMathAttributes(BinaryOperator::CreateFAdd(LHS, RHS),
804 return Insert(AddFPMathAttributes(BinaryOperator::CreateFSub(LHS, RHS),
826 return Insert(AddFPMathAttributes(BinaryOperator::CreateFMul(LHS, RHS),
858 return Insert(AddFPMathAttributes(BinaryOperator::CreateFDiv(LHS, RHS),
878 return Insert(AddFPMathAttributes(BinaryOperator::CreateFRem(LHS, RHS),
990 BinOp = AddFPMathAttributes(BinOp, FPMathTag, FMF);
1013 return Insert(AddFPMathAttributes(BinaryOperator::CreateFNeg(V),
1517 return Insert(AddFPMathAttributes(new FCmpInst(P, LHS, RHS),
1548 CI = cast<CallInst>(AddFPMathAttributes(CI, FPMathTag, FMF));