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.h152 MDNode *DefaultFPMathTag; variable
166 DefaultFPMathTag(FPMathTag), DefaultOperandBundles(OpBundles) { in IRBuilderBase()
331 MDNode *getDefaultFPMathTag() const { return DefaultFPMathTag; } in getDefaultFPMathTag()
342 void setDefaultFPMathTag(MDNode *FPMathTag) { DefaultFPMathTag = FPMathTag; } in setDefaultFPMathTag()
441 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag), in FastMathFlagGuard()
451 Builder.DefaultFPMathTag = FPMathTag; in ~FastMathFlagGuard()
1365 FPMD = DefaultFPMathTag; in setFPAttrs()