Searched refs:InnerBitwidth (Results 1 – 1 of 1) sorted by relevance
10408 uint64_t InnerBitwidth = InnerVT.getScalarSizeInBits(); in visitSHL() local10410 auto MatchOutOfRange = [OpSizeInBits, InnerBitwidth](ConstantSDNode *LHS, in visitSHL()10415 return c2.uge(OpSizeInBits - InnerBitwidth) && in visitSHL()10423 auto MatchInRange = [OpSizeInBits, InnerBitwidth](ConstantSDNode *LHS, in visitSHL()10428 return c2.uge(OpSizeInBits - InnerBitwidth) && in visitSHL()