Searched refs:LHSGV (Results 1 – 2 of 2) sorted by relevance
2313 GlobalValue *LHSGV; in lowerConstant() local2315 if (IsConstantOffsetFromGlobal(CE->getOperand(0), LHSGV, LHSOffset, in lowerConstant()2322 getObjFileLowering().lowerRelativeReference(LHSGV, RHSGV, TM); in lowerConstant()2325 MCSymbolRefExpr::create(getSymbol(LHSGV), Ctx), in lowerConstant()
568 if (auto *LHSGV = dyn_cast<GlobalValue>(LHSOp0->stripPointerCasts())) in needsRelocation() local570 if (LHSGV->isDSOLocal() && RHSGV->isDSOLocal()) in needsRelocation()