Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/IR/
HDIRBuilder.h59 MDNode *DefaultFPMathTag; variable
64 : Context(context), DefaultFPMathTag(FPMathTag), FMF() { in Context()
166 MDNode *getDefaultFPMathTag() const { return DefaultFPMathTag; } in getDefaultFPMathTag()
175 void SetDefaultFPMathTag(MDNode *FPMathTag) { DefaultFPMathTag = FPMathTag; } in SetDefaultFPMathTag()
219 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag) {} in FastMathFlagGuard()
223 Builder.DefaultFPMathTag = FPMathTag; in ~FastMathFlagGuard()
697 FPMathTag = DefaultFPMathTag; in AddFPMathAttributes()