Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DIRBuilder.h61 MDNode *DefaultFPMathTag; variable
66 : Context(context), DefaultFPMathTag(FPMathTag), FMF() { in Context()
168 MDNode *getDefaultFPMathTag() const { return DefaultFPMathTag; } in getDefaultFPMathTag()
177 void SetDefaultFPMathTag(MDNode *FPMathTag) { DefaultFPMathTag = FPMathTag; } in SetDefaultFPMathTag()
221 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag) {} in FastMathFlagGuard()
225 Builder.DefaultFPMathTag = FPMathTag; in ~FastMathFlagGuard()
755 FPMathTag = DefaultFPMathTag; in AddFPMathAttributes()