Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:TBAAInfo

367                                      const MDNode *TBAAInfo)
370 TBAAInfo(TBAAInfo) {
444 if (const MDNode *TBAAInfo = MMO.getTBAAInfo()) {
446 if (TBAAInfo->getNumOperands() > 0)
447 WriteAsOperand(OS, TBAAInfo->getOperand(0), /*PrintType=*/false);