Home
last modified time | relevance | path

Searched refs:TIV (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp518 if (const auto *TIV = Ctx.getVTableContext()->getThunkInfo(MD)) in getAllManglings() local
519 for (const auto &T : *TIV) in getAllManglings()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp986 ConstantInt *TIV = nullptr; in SimplifyEqualityComparisonWithOnlyPredecessor() local
990 if (TIV) in SimplifyEqualityComparisonWithOnlyPredecessor()
992 TIV = PredCases[i].Value; in SimplifyEqualityComparisonWithOnlyPredecessor()
994 assert(TIV && "No edge from pred to succ?"); in SimplifyEqualityComparisonWithOnlyPredecessor()
1000 if (ThisCases[i].Value == TIV) { in SimplifyEqualityComparisonWithOnlyPredecessor()