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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h107 bool isGlobalValue() const { return Kind == ARMCP::CPValue; } function in class:llvm::ARMConstantPoolValue
199 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA() ||
H A DARMAsmPrinter.cpp911 } else if (ACPV->isGlobalValue()) {
H A DARMBaseInstrInfo.cpp1720 if (ACPV->isGlobalValue())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp67 bool isGlobalValue(unsigned ID) const { function in struct:__anon3422::OrderMap
193 bool IsGlobalValue = OM.isGlobalValue(ID);
209 if (OM.isGlobalValue(LID) && OM.isGlobalValue(RID))

Completed in 123 milliseconds