Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17425 ConstantSDNode *ShiftAmtNode = dyn_cast<ConstantSDNode>(N->getOperand(1)); in PerformShiftCombine() local
17426 if (!ShiftAmtNode) in PerformShiftCombine()
17428 uint32_t ShiftAmt = static_cast<uint32_t>(ShiftAmtNode->getZExtValue()); in PerformShiftCombine()