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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9816 unsigned ShCtV = N2C->getAPIntValue().logBase2(); local
9817 ShCtV = XType.getSizeInBits()-ShCtV-1;
9818 SDValue ShCt = DAG.getConstant(ShCtV,

Completed in 81 milliseconds