Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h122 MDNode *DefaultFPMathTag; variable
136 DefaultFPMathTag(FPMathTag), DefaultOperandBundles(OpBundles) { in IRBuilderBase()
294 MDNode *getDefaultFPMathTag() const { return DefaultFPMathTag; } in getDefaultFPMathTag()
305 void setDefaultFPMathTag(MDNode *FPMathTag) { DefaultFPMathTag = FPMathTag; } in setDefaultFPMathTag()
404 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag), in FastMathFlagGuard()
414 Builder.DefaultFPMathTag = FPMathTag; in ~FastMathFlagGuard()
1289 FPMD = DefaultFPMathTag; in setFPAttrs()