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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15111 ConstantSDNode *ShiftAmtNode = dyn_cast<ConstantSDNode>(N->getOperand(1)); local
15112 if (!ShiftAmtNode)
15114 uint32_t ShiftAmt = static_cast<uint32_t>(ShiftAmtNode->getZExtValue());

Completed in 189 milliseconds