Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8955 uint64_t InnerBitwidth = InnerVT.getScalarSizeInBits(); in visitSHL() local
8957 auto MatchOutOfRange = [OpSizeInBits, InnerBitwidth](ConstantSDNode *LHS, in visitSHL()
8962 return c2.uge(OpSizeInBits - InnerBitwidth) && in visitSHL()
8970 auto MatchInRange = [OpSizeInBits, InnerBitwidth](ConstantSDNode *LHS, in visitSHL()
8975 return c2.uge(OpSizeInBits - InnerBitwidth) && in visitSHL()