Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIRBuilder.h136 const IRBuilderDefaultInserter &Inserter, MDNode *FPMathTag, in IRBuilderBase()
294 void setDefaultFPMathTag(MDNode *FPMathTag) { DefaultFPMathTag = FPMathTag; } in setDefaultFPMathTag()
386 MDNode *FPMathTag; variable
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp1004 const Twine &Name, MDNode *FPMathTag, in CreateConstrainedFPBinOp()
1022 const Twine &Name, MDNode *FPMathTag) { in CreateNAryOp()
1038 Instruction *FMFSource, const Twine &Name, MDNode *FPMathTag, in CreateConstrainedFPCast()
1075 MDNode *FPMathTag, bool IsSignaling) { in CreateFCmpHelper()
H A DCore.cpp3099 LLVMMetadataRef FPMathTag) { in LLVMBuilderSetDefaultFPMathTag()