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

/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp810 ConstantSDNode *ShAmount = dyn_cast<ConstantSDNode>(Op1); local
812 if (!ShAmount)
820 unsigned TotalBits = ShAmount->getZExtValue() + ExtendTy.getSizeInBits();

Completed in 129 milliseconds