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

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp906 ConstantSDNode *ShAmount = dyn_cast<ConstantSDNode>(Op1); local
908 if (!ShAmount)
916 unsigned TotalBits = ShAmount->getZExtValue() + ExtendTy.getSizeInBits();

Completed in 40 milliseconds