Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp899 ConstantSDNode *ShAmount = dyn_cast<ConstantSDNode>(Op1); in performSRACombine() local
901 if (!ShAmount) in performSRACombine()
909 unsigned TotalBits = ShAmount->getZExtValue() + ExtendTy.getSizeInBits(); in performSRACombine()
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp911 ConstantSDNode *ShAmount = dyn_cast<ConstantSDNode>(Op1); in performSRACombine() local
913 if (!ShAmount) in performSRACombine()
921 unsigned TotalBits = ShAmount->getZExtValue() + ExtendTy.getSizeInBits(); in performSRACombine()