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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14132 ConstantSDNode *ConstInc = cast<ConstantSDNode>(Inc); local
14133 Inc = DAG.getConstant(*ConstInc->getConstantIntValue(), SDLoc(Inc),
14134 ConstInc->getValueType(0));

Completed in 105 milliseconds