HomeSort by relevance Sort by last modified time
    Searched defs:isGlobalValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 40 bool isGlobalValue(unsigned ID) const {
153 bool IsGlobalValue = OM.isGlobalValue(ID);
169 if (OM.isGlobalValue(LID) && OM.isGlobalValue(RID))
175 if (!IsGlobalValue) // GlobalValue uses don't get reversed.
181 if (!IsGlobalValue) // GlobalValue uses don't get reversed.
189 if (!IsGlobalValue) // GlobalValue uses don't get reversed.
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 100 bool isGlobalValue() const { return Kind == ARMCP::CPValue; }
178 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA();

Completed in 45 milliseconds