Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp2069 auto *R1FPMathMDNode = (*R1.begin())->getMetadata(LLVMContext::MD_fpmath); in convertFSqrtDivIntoFMul() local
2072 R1FPMathMDNode = MDNode::getMostGenericFPMath( in convertFSqrtDivIntoFMul()
2073 R1FPMathMDNode, I->getMetadata(LLVMContext::MD_fpmath)); in convertFSqrtDivIntoFMul()
2078 FDiv->setMetadata(LLVMContext::MD_fpmath, R1FPMathMDNode); in convertFSqrtDivIntoFMul()