Searched refs:InnerBitwidth (Results 1 – 1 of 1) sorted by relevance
9936 uint64_t InnerBitwidth = InnerVT.getScalarSizeInBits(); in visitSHL() local9938 auto MatchOutOfRange = [OpSizeInBits, InnerBitwidth](ConstantSDNode *LHS, in visitSHL()9943 return c2.uge(OpSizeInBits - InnerBitwidth) && in visitSHL()9951 auto MatchInRange = [OpSizeInBits, InnerBitwidth](ConstantSDNode *LHS, in visitSHL()9956 return c2.uge(OpSizeInBits - InnerBitwidth) && in visitSHL()