Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getTBAAInfo

1047                           lvalue.getType(), lvalue.getTBAAInfo());
1279 lvalue.getTBAAInfo(), isInit);
2505 tbaa = CGM.getTBAAInfo(getContext().CharTy);
2507 tbaa = CGM.getTBAAInfo(type);
2543 if (mayAlias && LV.getTBAAInfo())
2544 LV.setTBAAInfo(CGM.getTBAAInfo(getContext().CharTy));