Lines Matching defs:GV1
10149 const GlobalValue *GV1, *GV2;10151 bool isFrameIndex1 = FindBaseOffset(Ptr1, Base1, Offset1, GV1, CV1);10155 if (Base1 == Base2 || (GV1 && (GV1 == GV2)) || (CV1 && (CV1 == CV2)))10171 if ((isFrameIndex1 || CV1 || GV1) && (isFrameIndex2 || CV2 || GV2))