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

/external/llvm/include/llvm/IR/
H A DIRBuilder.h559 Instruction *AddFPMathAttributes(Instruction *I, function in class:llvm::IRBuilder
589 return Insert(AddFPMathAttributes(BinaryOperator::CreateFAdd(LHS, RHS),
611 return Insert(AddFPMathAttributes(BinaryOperator::CreateFSub(LHS, RHS),
633 return Insert(AddFPMathAttributes(BinaryOperator::CreateFMul(LHS, RHS),
665 return Insert(AddFPMathAttributes(BinaryOperator::CreateFDiv(LHS, RHS),
685 return Insert(AddFPMathAttributes(BinaryOperator::CreateFRem(LHS, RHS),
815 return Insert(AddFPMathAttributes(BinaryOperator::CreateFNeg(V),

Completed in 22 milliseconds