HomeSort by relevance Sort by last modified time
    Searched defs:Vec1 (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 512 const DependentSizedExtVectorType *Vec1
517 Vec1->getSizeExpr(), Vec2->getSizeExpr()))
520 Vec1->getElementType(),
528 const VectorType *Vec1 = cast<VectorType>(T1);
531 Vec1->getElementType(),
534 if (Vec1->getNumElements() != Vec2->getNumElements())
536 if (Vec1->getVectorKind() != Vec2->getVectorKind())
    [all...]

Completed in 46 milliseconds