OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Vec2
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
[
all
...]
/external/clang/lib/AST/
ASTImporter.cpp
487
const DependentSizedExtVectorType *
Vec2
490
Vec1->getSizeExpr(),
Vec2
->getSizeExpr()))
494
Vec2
->getElementType()))
502
const VectorType *
Vec2
= cast<VectorType>(T2);
505
Vec2
->getElementType()))
507
if (Vec1->getNumElements() !=
Vec2
->getNumElements())
509
if (Vec1->getVectorKind() !=
Vec2
->getVectorKind())
[
all
...]
Completed in 71 milliseconds