OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CVVTy
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
1577
auto *
CVVTy
= dyn_cast<FixedVectorType>(V->getType());
1578
if (!CV || !
CVVTy
)
1583
unsigned NumElts =
CVVTy
->getNumElements();
/src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp
1550
auto *
CVVTy
= cast<FixedVectorType>(CV->getType());
1551
Type *ETy =
CVVTy
->getElementType();
1557
for (unsigned i = 1, e =
CVVTy
->getNumElements(); i != e; ++i) {
Completed in 29 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026