Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9225 uint64_t InnerBitwidth = InnerVT.getScalarSizeInBits(); in visitSHL() local
9227 auto MatchOutOfRange = [OpSizeInBits, InnerBitwidth](ConstantSDNode *LHS, in visitSHL()
9232 return c2.uge(OpSizeInBits - InnerBitwidth) && in visitSHL()
9240 auto MatchInRange = [OpSizeInBits, InnerBitwidth](ConstantSDNode *LHS, in visitSHL()
9245 return c2.uge(OpSizeInBits - InnerBitwidth) && in visitSHL()