Searched refs:R2FMF (Results 1 – 1 of 1) sorted by relevance
2087 FastMathFlags R2FMF = (*R2.begin())->getFastMathFlags(); // Common FMF in convertFSqrtDivIntoFMul() local2091 R2FMF &= I->getFastMathFlags(); in convertFSqrtDivIntoFMul()2096 FSqrt->copyFastMathFlags(R2FMF); in convertFSqrtDivIntoFMul()2106 FMul->copyFastMathFlags(FastMathFlags::intersectRewrite(R1FMF, R2FMF) | in convertFSqrtDivIntoFMul()2107 FastMathFlags::unionValue(R1FMF, R2FMF)); in convertFSqrtDivIntoFMul()