Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp2087 FastMathFlags R2FMF = (*R2.begin())->getFastMathFlags(); // Common FMF in convertFSqrtDivIntoFMul() local
2091 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()