Searched refs:InnerShiftSize (Results 1 – 3 of 3) sorted by relevance
3313 uint64_t InnerShiftSize = InnerShiftVT.getScalarType().getSizeInBits(); in visitSHL() local3314 if (c2 >= OpSizeInBits - InnerShiftSize) { in visitSHL()3557 uint64_t InnerShiftSize = InnerShiftVT.getScalarType().getSizeInBits(); in visitSRL() local3559 if (c1 + OpSizeInBits == InnerShiftSize) { in visitSRL()3560 if (c1 + c2 >= InnerShiftSize) in visitSRL()
4493 uint64_t InnerShiftSize = InnerShiftVT.getScalarSizeInBits(); in visitSHL() local4494 if (c2 >= OpSizeInBits - InnerShiftSize) { in visitSHL()4815 uint64_t InnerShiftSize = InnerShiftVT.getScalarType().getSizeInBits(); in visitSRL() local4817 if (c1 + OpSizeInBits == InnerShiftSize) { in visitSRL()4819 if (c1 + c2 >= InnerShiftSize) in visitSRL()
6398 uint64_t InnerShiftSize = InnerShiftVT.getScalarSizeInBits(); in visitSHL() local6399 if (c2.uge(OpSizeInBits - InnerShiftSize)) { in visitSHL()6763 uint64_t InnerShiftSize = InnerShiftVT.getScalarSizeInBits(); in visitSRL() local6765 if (c1 + OpSizeInBits == InnerShiftSize) { in visitSRL()6767 if (c1 + c2 >= InnerShiftSize) in visitSRL()