Home
last modified time | relevance | path

Searched defs:VectorT (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h187 using VectorT = SmallVector<Edge, 4>; variable
/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DCodeGen.cpp406 const std::vector<T> &VectorT) { in operator <<()