Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6573 uint64_t InnerShiftSize = InnerShiftVT.getScalarSizeInBits(); in visitSHL() local
6574 if (c2.uge(OpSizeInBits - InnerShiftSize)) { in visitSHL()
6922 uint64_t InnerShiftSize = InnerShiftVT.getScalarSizeInBits(); in visitSRL() local
6924 if (c1 + OpSizeInBits == InnerShiftSize) { in visitSRL()
6926 if (c1 + c2 >= InnerShiftSize) in visitSRL()