Searched refs:vecTy (Results 1 – 2 of 2) sorted by relevance
3110 llvm::VectorType *vecTy = cast<llvm::VectorType>(condType); in VisitAbstractConditionalOperator() local3112 unsigned numElem = vecTy->getNumElements(); in VisitAbstractConditionalOperator()3113 llvm::Type *elemType = vecTy->getElementType(); in VisitAbstractConditionalOperator()3115 llvm::Value *zeroVec = llvm::Constant::getNullValue(vecTy); in VisitAbstractConditionalOperator()
2052 if (const VectorType *vecTy = DestType->getAs<VectorType>()) in CheckCXXCStyleCast() local2053 if (vecTy->getVectorKind() == VectorType::AltiVecVector in CheckCXXCStyleCast()