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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp908 ConstantSDNode *ShAmount = dyn_cast<ConstantSDNode>(Op1); local
910 if (!ShAmount)
918 unsigned TotalBits = ShAmount->getZExtValue() + ExtendTy.getSizeInBits();

Completed in 133 milliseconds