Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprScalar.cpp3268 llvm::VectorType *vecTy = cast<llvm::VectorType>(condType); in VisitAbstractConditionalOperator() local
3270 unsigned numElem = vecTy->getNumElements(); in VisitAbstractConditionalOperator()
3271 llvm::Type *elemType = vecTy->getElementType(); in VisitAbstractConditionalOperator()
3273 llvm::Value *zeroVec = llvm::Constant::getNullValue(vecTy); in VisitAbstractConditionalOperator()
/external/clang/lib/Sema/
DSemaCast.cpp2103 if (const VectorType *vecTy = DestType->getAs<VectorType>()) in CheckCXXCStyleCast() local
2104 if (vecTy->getVectorKind() == VectorType::AltiVecVector in CheckCXXCStyleCast()