Lines Matching refs:GV2
7760 const GlobalValue *GV1, *GV2;7763 bool isFrameIndex2 = FindBaseOffset(Ptr2, Base2, Offset2, GV2, CV2);7766 if (Base1 == Base2 || (GV1 && (GV1 == GV2)) || (CV1 && (CV1 == CV2)))7782 if ((isFrameIndex1 || CV1 || GV1) && (isFrameIndex2 || CV2 || GV2))