Searched refs:TIV (Results 1 – 2 of 2) sorted by relevance
536 if (const auto *TIV = Ctx.getVTableContext()->getThunkInfo(MD)) { in getAllManglings() local537 for (const auto &T : *TIV) { in getAllManglings()
1014 ConstantInt *TIV = nullptr; in simplifyEqualityComparisonWithOnlyPredecessor() local1018 if (TIV) in simplifyEqualityComparisonWithOnlyPredecessor()1020 TIV = Value; in simplifyEqualityComparisonWithOnlyPredecessor()1022 assert(TIV && "No edge from pred to succ?"); in simplifyEqualityComparisonWithOnlyPredecessor()1028 if (Value == TIV) { in simplifyEqualityComparisonWithOnlyPredecessor()