Searched refs:VLeftSize (Results 1 – 1 of 1) sorted by relevance
1158 LocationSize VLeftSize = V2Size; in aliasGEP() local1170 std::swap(VLeftSize, VRightSize); in aliasGEP()1174 if (!VLeftSize.hasValue()) in aliasGEP()1177 const TypeSize LSize = VLeftSize.getValue(); in aliasGEP()1216 LocationSize VLeftSize = Scale.isNegative() ? V1Size : V2Size; in aliasGEP() local1230 if (VLeftSize.hasValue() && in aliasGEP()1231 Scale.abs().uge(VLeftSize.getValue().getKnownMinValue())) in aliasGEP()