Home | History | Annotate | Download | only in VMCore

Lines Matching defs:Aliasee

1462   const Constant *Aliasee = GA->getAliasee();
1464 if (Aliasee == 0) {
1466 Out << " <<NULL ALIASEE>>";
1468 writeOperand(Aliasee, !isa<ConstantExpr>(Aliasee));