HomeSort by relevance Sort by last modified time
    Searched refs:GlobalAliasVal (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/IR/
GlobalAlias.h 80 return V->getValueID() == Value::GlobalAliasVal;
Value.h 192 GlobalAliasVal, // This is an instance of GlobalAlias
392 return Val.getValueID() == Value::GlobalAliasVal;
GlobalValue.h 303 V->getValueID() == Value::GlobalAliasVal;
  /external/llvm/lib/IR/
Globals.cpp 198 : GlobalValue(Ty, Value::GlobalAliasVal, &Op<0>(), 1, Link, Name) {

Completed in 499 milliseconds