Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp2086 auto *R2FPMathMDNode = (*R2.begin())->getMetadata(LLVMContext::MD_fpmath); in convertFSqrtDivIntoFMul() local
2089 R2FPMathMDNode = MDNode::getMostGenericFPMath( in convertFSqrtDivIntoFMul()
2090 R2FPMathMDNode, I->getMetadata(LLVMContext::MD_fpmath)); in convertFSqrtDivIntoFMul()
2095 FSqrt->setMetadata(LLVMContext::MD_fpmath, R2FPMathMDNode); in convertFSqrtDivIntoFMul()