Searched refs:DstName (Results 1 – 3 of 3) sorted by relevance
147 StringRef DstName = getPrintableName(DstArg); in VisitCallExpr() local152 if (!DstName.empty()) { in VisitCallExpr()153 os << "Replace with 'sizeof(" << DstName << ") " in VisitCallExpr()154 "- strlen(" << DstName <<") - 1'"; in VisitCallExpr()
1171 StringRef DstName = DstOp.isReg() ? GetRegisterName(DstOp.getReg()) : "mem"; in getShuffleComment() local1185 CS << DstName << " = "; in getShuffleComment()
1450 StringRef DstName = DstOp.isReg() ? GetRegisterName(DstOp.getReg()) : "mem"; in getShuffleComment() local1464 CS << DstName; in getShuffleComment()