Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRBuilder.h124 MDNode *DefaultFPMathTag; variable
138 DefaultFPMathTag(FPMathTag), DefaultOperandBundles(OpBundles) { in IRBuilderBase()
274 MDNode *getDefaultFPMathTag() const { return DefaultFPMathTag; } in getDefaultFPMathTag()
285 void setDefaultFPMathTag(MDNode *FPMathTag) { DefaultFPMathTag = FPMathTag; } in setDefaultFPMathTag()
382 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag), in FastMathFlagGuard()
392 Builder.DefaultFPMathTag = FPMathTag; in ~FastMathFlagGuard()
1154 FPMD = DefaultFPMathTag; in setFPAttrs()