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

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

Completed in 157 milliseconds