Searched refs:R1FPMathMDNode (Results 1 – 1 of 1) sorted by relevance
2069 auto *R1FPMathMDNode = (*R1.begin())->getMetadata(LLVMContext::MD_fpmath); in convertFSqrtDivIntoFMul() local2072 R1FPMathMDNode = MDNode::getMostGenericFPMath( in convertFSqrtDivIntoFMul()2073 R1FPMathMDNode, I->getMetadata(LLVMContext::MD_fpmath)); in convertFSqrtDivIntoFMul()2078 FDiv->setMetadata(LLVMContext::MD_fpmath, R1FPMathMDNode); in convertFSqrtDivIntoFMul()