Searched defs:FPMathTag (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DIRBuilder.h65 IRBuilderBase(LLVMContext &context, MDNode *FPMathTag = nullptr)
66 : Context(context), DefaultFPMathTag(FPMathTag), FMF() {
177 void SetDefaultFPMathTag(MDNode *FPMathTag) { DefaultFPMathTag = FPMathTag; } argument
213 MDNode *FPMathTag; member in class:llvm::IRBuilderBase::FastMathFlagGuard
221 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag) {}
225 Builder.DefaultFPMathTag = FPMathTag;
541 MDNode *FPMathTag = nullptr)
542 : IRBuilderBase(C, FPMathTag), Inserter(std::move(I)), Folder(F) {}
544 explicit IRBuilder(LLVMContext &C, MDNode *FPMathTag
751 AddFPMathAttributes(Instruction *I, MDNode *FPMathTag, FastMathFlags FMF) const argument
[all...]

Completed in 53 milliseconds