Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DIRBuilder.h58 MDNode *DefaultFPMathTag; variable
63 : Context(context), DefaultFPMathTag(FPMathTag), FMF() { in Context()
176 MDNode *getDefaultFPMathTag() const { return DefaultFPMathTag; } in getDefaultFPMathTag()
185 void SetDefaultFPMathTag(MDNode *FPMathTag) { DefaultFPMathTag = FPMathTag; } in SetDefaultFPMathTag()
229 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag) {} in FastMathFlagGuard()
233 Builder.DefaultFPMathTag = FPMathTag; in ~FastMathFlagGuard()
687 FPMathTag = DefaultFPMathTag; in AddFPMathAttributes()