HomeSort by: relevance | last modified time | path
    Searched refs:AltiVecBool (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
TypePrinter.cpp 633 case VectorType::AltiVecBool:
693 case VectorType::AltiVecBool:
JSONNodeDumper.cpp 610 case VectorType::AltiVecBool:
TextNodeDumper.cpp 1416 case VectorType::AltiVecBool:
ItaniumMangle.cpp 3654 else if (T->getVectorKind() == VectorType::AltiVecBool)
3683 else if (T->getVectorKind() == VectorType::AltiVecBool)
ASTContext.cpp 8644 First->getVectorKind() != VectorType::AltiVecBool &&
8646 Second->getVectorKind() != VectorType::AltiVecBool &&
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 9996 LHSVecType && LHSVecType->getVectorKind() == VectorType::AltiVecBool &&
9997 RHSVecType && RHSVecType->getVectorKind() == VectorType::AltiVecBool)
10026 RHSVecType->getVectorKind() == VectorType::AltiVecBool) {
10031 LHSVecType->getVectorKind() == VectorType::AltiVecBool &&
11024 if (LHSVecType->getVectorKind() == VectorType::AltiVecBool)
11027 if (RHSVecType->getVectorKind() == VectorType::AltiVecBool)
13297 VectorType::AltiVecBool)) {
14716 VectorType::AltiVecBool))
SemaType.cpp 1752 VecKind = VectorType::AltiVecBool;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 3236 AltiVecBool,

Completed in 197 milliseconds