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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp454 if (const auto *TIV = Ctx.getVTableContext()->getThunkInfo(MD))
455 for (const auto &T : *TIV)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp910 ConstantInt *TIV = nullptr; local
914 if (TIV)
916 TIV = PredCases[i].Value;
918 assert(TIV && "No edge from pred to succ?");
924 if (ThisCases[i].Value == TIV) {

Completed in 154 milliseconds