Searched refs:InnerShiftSize (Results 1 – 1 of 1) sorted by relevance
4446 uint64_t InnerShiftSize = InnerShiftVT.getScalarSizeInBits(); in visitSHL() local4447 if (c2 >= OpSizeInBits - InnerShiftSize) { in visitSHL()4769 uint64_t InnerShiftSize = InnerShiftVT.getScalarType().getSizeInBits(); in visitSRL() local4771 if (c1 + OpSizeInBits == InnerShiftSize) { in visitSRL()4773 if (c1 + c2 >= InnerShiftSize) in visitSRL()