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

  /external/deqp/framework/common/
tcuVectorType.hpp 38 typedef Vector<float, 1> Vec1;
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 606 const DependentSizedExtVectorType *Vec1
611 Vec1->getSizeExpr(), Vec2->getSizeExpr()))
614 Vec1->getElementType(),
622 const VectorType *Vec1 = cast<VectorType>(T1);
625 Vec1->getElementType(),
628 if (Vec1->getNumElements() != Vec2->getNumElements())
630 if (Vec1->getVectorKind() != Vec2->getVectorKind())
    [all...]

Completed in 539 milliseconds