Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DValue.h202 GlobalAliasVal, // This is an instance of GlobalAlias enumerator
377 return Val.getValueID() == Value::GlobalAliasVal;
DGlobalAlias.h81 return V->getValueID() == Value::GlobalAliasVal; in classof()
DGlobalValue.h286 V->getValueID() == Value::GlobalAliasVal; in classof()
/external/llvm/include/llvm/IR/
DGlobalIndirectSymbol.h70 return V->getValueID() == Value::GlobalAliasVal || in classof()
DGlobalAlias.h88 return V->getValueID() == Value::GlobalAliasVal; in classof()
DGlobalValue.h510 V->getValueID() == Value::GlobalAliasVal || in classof()
DValue.h758 return Val.getValueID() == Value::GlobalAliasVal;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGlobalIndirectSymbol.h79 return V->getValueID() == Value::GlobalAliasVal || in classof()
DGlobalAlias.h92 return V->getValueID() == Value::GlobalAliasVal; in classof()
DGlobalValue.h572 V->getValueID() == Value::GlobalAliasVal || in classof()
DValue.h815 return Val.getValueID() == Value::GlobalAliasVal;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DGlobals.cpp192 : GlobalValue(Ty, Value::GlobalAliasVal, &Op<0>(), 1, Link, Name) { in GlobalAlias()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h537 V->getValueID() == Value::GlobalAliasVal || in classof()
DValue.h768 return Val.getValueID() == Value::GlobalAliasVal;
/external/llvm/lib/IR/
DGlobals.cpp327 : GlobalIndirectSymbol(Ty, Value::GlobalAliasVal, AddressSpace, Link, Name, in GlobalAlias()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DGlobals.cpp412 : GlobalIndirectSymbol(Ty, Value::GlobalAliasVal, AddressSpace, Link, Name, in GlobalAlias()