Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp907 ConstantSDNode *ShAmount = dyn_cast<ConstantSDNode>(Op1); in performSRACombine() local
909 if (!ShAmount) in performSRACombine()
917 unsigned TotalBits = ShAmount->getZExtValue() + ExtendTy.getSizeInBits(); in performSRACombine()