Searched refs:vecTy (Results 1 – 2 of 2) sorted by relevance
3268 llvm::VectorType *vecTy = cast<llvm::VectorType>(condType); in VisitAbstractConditionalOperator() local3270 unsigned numElem = vecTy->getNumElements(); in VisitAbstractConditionalOperator()3271 llvm::Type *elemType = vecTy->getElementType(); in VisitAbstractConditionalOperator()3273 llvm::Value *zeroVec = llvm::Constant::getNullValue(vecTy); in VisitAbstractConditionalOperator()
2103 if (const VectorType *vecTy = DestType->getAs<VectorType>()) in CheckCXXCStyleCast() local2104 if (vecTy->getVectorKind() == VectorType::AltiVecVector in CheckCXXCStyleCast()