Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h138 MDNode *FPMathTag, ArrayRef<OperandBundleDef> OpBundles) in IRBuilderBase()
302 void setDefaultFPMathTag(MDNode *FPMathTag) { DefaultFPMathTag = FPMathTag; } in setDefaultFPMathTag()
392 MDNode *FPMathTag; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp852 const Twine &Name, MDNode *FPMathTag, in CreateConstrainedFPBinOp()
870 const Twine &Name, MDNode *FPMathTag) { in CreateNAryOp()
886 Instruction *FMFSource, const Twine &Name, MDNode *FPMathTag, in CreateConstrainedFPCast()
923 MDNode *FPMathTag, bool IsSignaling) { in CreateFCmpHelper()
H A DCore.cpp3135 LLVMMetadataRef FPMathTag) { in LLVMBuilderSetDefaultFPMathTag()