Searched refs:FPMathTag (Results 1 – 1 of 1) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 62 IRBuilderBase(LLVMContext &context, MDNode *FPMathTag = nullptr) 63 : Context(context), DefaultFPMathTag(FPMathTag), FMF() { in Context() 185 void SetDefaultFPMathTag(MDNode *FPMathTag) { DefaultFPMathTag = FPMathTag; } in SetDefaultFPMathTag() argument 221 MDNode *FPMathTag; variable 229 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag) {} in FastMathFlagGuard() 233 Builder.DefaultFPMathTag = FPMathTag; in ~FastMathFlagGuard() 504 MDNode *FPMathTag = nullptr) 505 : IRBuilderBase(C, FPMathTag), Inserter(I), Folder(F) { in IRBuilderBase() argument 508 explicit IRBuilder(LLVMContext &C, MDNode *FPMathTag = nullptr) 509 : IRBuilderBase(C, FPMathTag), Folder() { in IRBuilderBase() argument [all …]
|