Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp812 const Twine &Name, MDNode *FPMathTag, in CreateConstrainedFPBinOp()
830 const Twine &Name, MDNode *FPMathTag) { in CreateNAryOp()
846 Instruction *FMFSource, const Twine &Name, MDNode *FPMathTag, in CreateConstrainedFPCast()
883 MDNode *FPMathTag, bool IsSignaling) { in CreateFCmpHelper()
H A DCore.cpp3124 LLVMMetadataRef FPMathTag) { in LLVMBuilderSetDefaultFPMathTag()