Searched refs:VRightSize (Results 1 – 1 of 1) sorted by relevance
1170 LocationSize VRightSize = V1Size; in aliasGEP() local1180 std::swap(VLeftSize, VRightSize); in aliasGEP()1193 if (VRightSize.hasValue() && !VRightSize.isScalable() && in aliasGEP()1194 Off.ule(INT32_MAX) && (Off + VRightSize.getValue()).ule(LSize)) { in aliasGEP()