Searched refs:LHSGV (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2313 GlobalValue *LHSGV; local
2315 if (IsConstantOffsetFromGlobal(CE->getOperand(0), LHSGV, LHSOffset,
2322 getObjFileLowering().lowerRelativeReference(LHSGV, RHSGV, TM);
2325 MCSymbolRefExpr::create(getSymbol(LHSGV), Ctx),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp568 if (auto *LHSGV = dyn_cast<GlobalValue>(LHSOp0->stripPointerCasts()))
570 if (LHSGV->isDSOLocal() && RHSGV->isDSOLocal())

Completed in 65 milliseconds