Home
last modified time | relevance | path

Searched refs:GlobalAliasVal (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
DGlobalAlias.h112 return V->getValueID() == Value::GlobalAliasVal; in classof()
DValue.h331 GlobalAliasVal, // This is an instance of GlobalAlias enumerator
666 return Val.getValueID() == Value::GlobalAliasVal;
DGlobalValue.h353 V->getValueID() == Value::GlobalAliasVal; in classof()
/external/llvm/lib/IR/
DGlobals.cpp247 : GlobalValue(PointerType::get(Ty, AddressSpace), Value::GlobalAliasVal, in GlobalAlias()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp604 case Value::GlobalAliasVal: in cmpConstants()