Searched refs:IsFMul (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1459 bool IsFMul; local
1464 IsFMul = true;
1467 IsFMul = false;
1485 return IsFMul ? BinaryOperator::CreateFMulFMF(XY, Z, &I)

Completed in 58 milliseconds