HomeSort by: relevance | last modified time | path
    Searched defs:isGlobalValue (Results 1 - 2 of 2) 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() ||
  /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 34 milliseconds