Searched refs:GCR2 (Results 1 – 1 of 1) sorted by relevance
477 if (const GCRelocateInst *GCR2 = dyn_cast<GCRelocateInst>(RHSI)) in isEqual() local478 return GCR1->getOperand(0) == GCR2->getOperand(0) && in isEqual()479 GCR1->getBasePtr() == GCR2->getBasePtr() && in isEqual()480 GCR1->getDerivedPtr() == GCR2->getDerivedPtr(); in isEqual()