Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h133 const IRBuilderDefaultInserter &Inserter, MDNode *FPMathTag, in IRBuilderBase()
305 void setDefaultFPMathTag(MDNode *FPMathTag) { DefaultFPMathTag = FPMathTag; } in setDefaultFPMathTag()
397 MDNode *FPMathTag; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp972 const Twine &Name, MDNode *FPMathTag, in CreateConstrainedFPBinOp()
991 const Twine &Name, MDNode *FPMathTag, in CreateConstrainedFPUnroundedBinOp()
1007 const Twine &Name, MDNode *FPMathTag) { in CreateNAryOp()
1023 Instruction *FMFSource, const Twine &Name, MDNode *FPMathTag, in CreateConstrainedFPCast()
1050 MDNode *FPMathTag, bool IsSignaling) { in CreateFCmpHelper()
H A DCore.cpp3323 LLVMMetadataRef FPMathTag) { in LLVMBuilderSetDefaultFPMathTag()