Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16854 SDValue ConstOp, Pow2Op; in combineFMulOrFDivWithIntPow2() local
16862 Pow2Op = N->getOperand(1 - ConstOpIdx); in combineFMulOrFDivWithIntPow2()
16863 if (Pow2Op.getOpcode() != ISD::UINT_TO_FP && in combineFMulOrFDivWithIntPow2()
16864 (Pow2Op.getOpcode() != ISD::SINT_TO_FP || in combineFMulOrFDivWithIntPow2()
16865 !DAG.computeKnownBits(Pow2Op).isNonNegative())) in combineFMulOrFDivWithIntPow2()
16868 Pow2Op = Pow2Op.getOperand(0); in combineFMulOrFDivWithIntPow2()
16872 int MaxExpChange = Pow2Op.getValueType().getScalarSizeInBits(); in combineFMulOrFDivWithIntPow2()
16912 if (!TLI.optimizeFMulOrFDivAsShiftAddBitcast(N, ConstOp, Pow2Op)) in combineFMulOrFDivWithIntPow2()
16924 SDValue Log2 = BuildLogBase2(Pow2Op, DL, DAG.isKnownNeverZero(Pow2Op), in combineFMulOrFDivWithIntPow2()