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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp412 if (const auto *TIV = Ctx.getVTableContext()->getThunkInfo(MD))
413 for (const auto &T : *TIV)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp892 ConstantInt *TIV = nullptr; local
896 if (TIV)
898 TIV = PredCases[i].Value;
900 assert(TIV && "No edge from pred to succ?");
906 if (ThisCases[i].Value == TIV) {

Completed in 74 milliseconds