Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14081 unsigned ShCtV = N2C->getAPIntValue().logBase2(); in SimplifySelectCC() local
14082 ShCtV = XType.getSizeInBits() - ShCtV - 1; in SimplifySelectCC()
14083 SDValue ShCt = DAG.getConstant(ShCtV, SDLoc(N0), in SimplifySelectCC()