Searched refs:aliasee (Results 1 – 5 of 5) sorted by relevance
196 const Twine &Name, Constant* aliasee, in GlobalAlias() argument201 if (aliasee) in GlobalAlias()202 assert(aliasee->getType() == Ty && "Alias and aliasee types should match!"); in GlobalAlias()203 Op<0>() = aliasee; in GlobalAlias()
763 ``[ALIAS, alias type, aliasee val#, linkage, visibility]``770 * *aliasee val#*: The value index of the aliased value
597 Aliases act as "second name" for the aliasee value (which can be either
545 (* RUN: grep "@alias = alias i32\* @aliasee" < %t.ll547 let v = declare_global i32_type "aliasee" m in
1282 the aliasee [a] with the name [n].