Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRBuilder.h135 const IRBuilderDefaultInserter &Inserter, MDNode *FPMathTag, in IRBuilderBase()
285 void setDefaultFPMathTag(MDNode *FPMathTag) { DefaultFPMathTag = FPMathTag; } in setDefaultFPMathTag()
375 MDNode *FPMathTag; variable
/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp898 const Twine &Name, MDNode *FPMathTag, in CreateConstrainedFPBinOp()
916 const Twine &Name, MDNode *FPMathTag) { in CreateNAryOp()
932 Instruction *FMFSource, const Twine &Name, MDNode *FPMathTag, in CreateConstrainedFPCast()
969 MDNode *FPMathTag, bool IsSignaling) { in CreateFCmpHelper()
H A DCore.cpp3121 LLVMMetadataRef FPMathTag) { in LLVMBuilderSetDefaultFPMathTag()