Home
last modified time | relevance | path

Searched refs:getMostGenericFPMath (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DMetadata.h1318 static MDNode *getMostGenericFPMath(MDNode *A, MDNode *B);
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DVectorUtils.cpp915 MD = MDNode::getMostGenericFPMath(MD, IMD); in propagateMetadata()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DMetadata.cpp1064 MDNode *MDNode::getMostGenericFPMath(MDNode *A, MDNode *B) { in getMostGenericFPMath() function in MDNode
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp2675 K->setMetadata(Kind, MDNode::getMostGenericFPMath(JMD, KMD)); in combineMetadata()