Home
last modified time | relevance | path

Searched refs:isGlobalValue (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h99 bool isGlobalValue() const { return Kind == ARMCP::CPValue; } in isGlobalValue() function
175 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA(); in classof()
DARMAsmPrinter.cpp918 } else if (ACPV->isGlobalValue()) { in EmitMachineConstantPoolValue()
DARMBaseInstrInfo.cpp1381 if (ACPV->isGlobalValue()) in duplicateCPV()
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp40 bool isGlobalValue(unsigned ID) const { in isGlobalValue() function
150 bool IsGlobalValue = OM.isGlobalValue(ID); in predictValueUseListOrderImpl()
166 if (OM.isGlobalValue(LID) && OM.isGlobalValue(RID)) in predictValueUseListOrderImpl()