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.cpp536 if (const auto *TIV = Ctx.getVTableContext()->getThunkInfo(MD)) { in getAllManglings() local
537 for (const auto &T : *TIV) { in getAllManglings()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1014 ConstantInt *TIV = nullptr; in simplifyEqualityComparisonWithOnlyPredecessor() local
1018 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()