Searched refs:RHSGV (Results 1 – 2 of 2) sorted by relevance
2317 GlobalValue *RHSGV; in lowerConstant() local2319 if (IsConstantOffsetFromGlobal(CE->getOperand(1), RHSGV, RHSOffset, in lowerConstant()2322 getObjFileLowering().lowerRelativeReference(LHSGV, RHSGV, TM); in lowerConstant()2326 MCSymbolRefExpr::create(getSymbol(RHSGV), Ctx), Ctx); in lowerConstant()
569 if (auto *RHSGV = dyn_cast<GlobalValue>(RHSOp0->stripPointerCasts())) in needsRelocation() local570 if (LHSGV->isDSOLocal() && RHSGV->isDSOLocal()) in needsRelocation()