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

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 107 bool isGlobalValue() const { return Kind == ARMCP::CPValue; }
199 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA() ||
ARMAsmPrinter.cpp 911 } else if (ACPV->isGlobalValue()) {
ARMBaseInstrInfo.cpp 1753 if (ACPV->isGlobalValue())
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 61 bool isGlobalValue(unsigned ID) const {
215 bool IsGlobalValue = OM.isGlobalValue(ID);
231 if (OM.isGlobalValue(LID) && OM.isGlobalValue(RID))
237 if (!IsGlobalValue) // GlobalValue uses don't get reversed.
243 if (!IsGlobalValue) // GlobalValue uses don't get reversed.
251 if (!IsGlobalValue) // GlobalValue uses don't get reversed.

Completed in 65 milliseconds