Home | History | Annotate | Download | only in IR

Lines Matching defs:Aliasee

534           "Aliasee cannot be NULL!", &GA);
536 "Alias and aliasee types should match!", &GA);
539 Constant *Aliasee = GA.getAliasee();
541 if (!isa<GlobalValue>(Aliasee)) {
542 ConstantExpr *CE = dyn_cast<ConstantExpr>(Aliasee);
547 "Aliasee should be either GlobalValue or bitcast of GlobalValue",