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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10016 ConstantSDNode *ConstInc = cast<ConstantSDNode>(Inc); local
10017 Inc = DAG.getConstant(*ConstInc->getConstantIntValue(), SDLoc(Inc),
10018 ConstInc->getValueType(0));

Completed in 178 milliseconds