HomeSort by: relevance | last modified time | path
    Searched refs:RHSGV (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 2560 GlobalValue *RHSGV;
2562 if (IsConstantOffsetFromGlobal(CE->getOperand(1), RHSGV, RHSOffset,
2565 getObjFileLowering().lowerRelativeReference(LHSGV, RHSGV, TM);
2574 LHSExpr, MCSymbolRefExpr::create(getSymbol(RHSGV), Ctx), Ctx);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp 694 if (auto *RHSGV =
698 if (LHSGV->isDSOLocal() && RHSGV->isDSOLocal())
701 if (RHSGV->isDSOLocal())

Completed in 20 milliseconds