Searched refs:TIV (Results 1 – 2 of 2) sorted by relevance
517 if (const auto *TIV = Ctx.getVTableContext()->getThunkInfo(MD)) { in getAllManglings() local518 for (const auto &T : *TIV) { in getAllManglings()
989 ConstantInt *TIV = nullptr; in SimplifyEqualityComparisonWithOnlyPredecessor() local993 if (TIV) in SimplifyEqualityComparisonWithOnlyPredecessor()995 TIV = PredCases[i].Value; in SimplifyEqualityComparisonWithOnlyPredecessor()997 assert(TIV && "No edge from pred to succ?"); in SimplifyEqualityComparisonWithOnlyPredecessor()1003 if (ThisCases[i].Value == TIV) { in SimplifyEqualityComparisonWithOnlyPredecessor()