Home
last modified time | relevance | path

Searched refs:vecTy (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprScalar.cpp3110 llvm::VectorType *vecTy = cast<llvm::VectorType>(condType); in VisitAbstractConditionalOperator() local
3112 unsigned numElem = vecTy->getNumElements(); in VisitAbstractConditionalOperator()
3113 llvm::Type *elemType = vecTy->getElementType(); in VisitAbstractConditionalOperator()
3115 llvm::Value *zeroVec = llvm::Constant::getNullValue(vecTy); in VisitAbstractConditionalOperator()
/external/clang/lib/Sema/
DSemaCast.cpp2052 if (const VectorType *vecTy = DestType->getAs<VectorType>()) in CheckCXXCStyleCast() local
2053 if (vecTy->getVectorKind() == VectorType::AltiVecVector in CheckCXXCStyleCast()