Searched refs:AddFPMathAttributes (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 676 Instruction *AddFPMathAttributes(Instruction *I, in AddFPMathAttributes() function 706 return Insert(AddFPMathAttributes(BinaryOperator::CreateFAdd(LHS, RHS), 728 return Insert(AddFPMathAttributes(BinaryOperator::CreateFSub(LHS, RHS), 750 return Insert(AddFPMathAttributes(BinaryOperator::CreateFMul(LHS, RHS), 782 return Insert(AddFPMathAttributes(BinaryOperator::CreateFDiv(LHS, RHS), 802 return Insert(AddFPMathAttributes(BinaryOperator::CreateFRem(LHS, RHS), 914 BinOp = AddFPMathAttributes(BinOp, FPMathTag, FMF); 937 return Insert(AddFPMathAttributes(BinaryOperator::CreateFNeg(V),
|