Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h61 IRBuilderBase(LLVMContext &context, MDNode *FPMathTag = nullptr)
62 : Context(context), DefaultFPMathTag(FPMathTag), FMF() { in Context()
186 void SetDefaultFPMathTag(MDNode *FPMathTag) { DefaultFPMathTag = FPMathTag; } in SetDefaultFPMathTag() argument
222 MDNode *FPMathTag; variable
230 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag) {} in FastMathFlagGuard()
234 Builder.DefaultFPMathTag = FPMathTag; in ~FastMathFlagGuard()
497 MDNode *FPMathTag = nullptr)
498 : IRBuilderBase(C, FPMathTag), Inserter(I), Folder(F) { in IRBuilderBase() argument
501 explicit IRBuilder(LLVMContext &C, MDNode *FPMathTag = nullptr)
502 : IRBuilderBase(C, FPMathTag), Folder() { in IRBuilderBase() argument
[all …]