Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8643 ConstantSDNode *ShiftCNode = isConstOrConstSplat(V.getOperand(1)); in combineShiftOfShiftedLogic() local
8644 if (!ShiftCNode) in combineShiftOfShiftedLogic()
8649 ShiftAmtVal = &ShiftCNode->getAPIntValue(); in combineShiftOfShiftedLogic()