Searched refs:R2FPMathMDNode (Results 1 – 1 of 1) sorted by relevance
2086 auto *R2FPMathMDNode = (*R2.begin())->getMetadata(LLVMContext::MD_fpmath); in convertFSqrtDivIntoFMul() local2089 R2FPMathMDNode = MDNode::getMostGenericFPMath( in convertFSqrtDivIntoFMul()2090 R2FPMathMDNode, I->getMetadata(LLVMContext::MD_fpmath)); in convertFSqrtDivIntoFMul()2095 FSqrt->setMetadata(LLVMContext::MD_fpmath, R2FPMathMDNode); in convertFSqrtDivIntoFMul()