Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1758 auto *RecipC = ConstantFoldBinaryOpOperands( in foldFDivConstantDivisor() local
1760 if (!RecipC || !RecipC->isNormalFP()) in foldFDivConstantDivisor()
1764 return BinaryOperator::CreateFMulFMF(I.getOperand(0), RecipC, &I); in foldFDivConstantDivisor()