Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/IR/
DMetadata.h173 static MDNode *getMostGenericFPMath(MDNode *A, MDNode *B);
/freebsd-10-stable/contrib/llvm/lib/IR/
DMetadata.cpp408 MDNode *MDNode::getMostGenericFPMath(MDNode *A, MDNode *B) { in getMostGenericFPMath() function in MDNode
/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp188 MD = MDNode::getMostGenericFPMath(MD, IMD); in propagateMetadata()
DBBVectorize.cpp2912 K->setMetadata(Kind, MDNode::getMostGenericFPMath(JMD, KMD)); in combineMetadata()
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DGVN.cpp1795 ReplInst->setMetadata(Kind, MDNode::getMostGenericFPMath(IMD, ReplMD)); in patchReplacementInstruction()