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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8855 // select Cond, Pow2C, 0 --> (zext Cond) << log2(Pow2C)
8856 APInt Pow2C; local
8857 if (ISD::isConstantSplatVector(N1.getNode(), Pow2C) && Pow2C.isPowerOf2() &&
8860 SDValue ShAmtC = DAG.getConstant(Pow2C.exactLogBase2(), DL, VT);

Completed in 130 milliseconds