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

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

Completed in 62 milliseconds