Home
last modified time | relevance | path

Searched refs:RHSGV (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3240 GlobalValue *RHSGV; in lowerConstant() local
3242 if (IsConstantOffsetFromGlobal(CE->getOperand(1), RHSGV, RHSOffset, in lowerConstant()
3245 getObjFileLowering().lowerRelativeReference(LHSGV, RHSGV, TM); in lowerConstant()
3254 LHSExpr, MCSymbolRefExpr::create(getSymbol(RHSGV), Ctx), Ctx); in lowerConstant()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp668 if (auto *RHSGV = in getRelocationInfo() local
672 if (LHSGV->isDSOLocal() && RHSGV->isDSOLocal()) in getRelocationInfo()
675 if (RHSGV->isDSOLocal()) in getRelocationInfo()