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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11214 unsigned ShCtV = N2C->getAPIntValue().logBase2(); local
11215 ShCtV = XType.getSizeInBits()-ShCtV-1;
11216 SDValue ShCt = DAG.getConstant(ShCtV,

Completed in 66 milliseconds