Searched refs:vecTy (Results 1 – 3 of 3) sorted by relevance
217 if (auto vecTy = dyn_cast<llvm::VectorType>(type)) { in addTypedData() local219 legalizeVectorType(CGM, end - begin, vecTy, componentTys); in addTypedData()250 if (auto vecTy = dyn_cast<llvm::VectorType>(type)) { in addLegalTypedData() local251 auto split = splitLegalVectorType(CGM, end - begin, vecTy); in addLegalTypedData()334 if (auto vecTy = dyn_cast_or_null<llvm::VectorType>(type)) { in addEntry() local335 auto eltTy = vecTy->getElementType(); in addEntry()337 (end - begin) / cast<llvm::FixedVectorType>(vecTy)->getNumElements(); in addEntry()340 e = cast<llvm::FixedVectorType>(vecTy)->getNumElements(); in addEntry()400 auto vecTy = cast<llvm::VectorType>(Entries[index].Type); in splitVectorEntry() local401 auto split = splitLegalVectorType(CGM, Entries[index].getWidth(), vecTy); in splitVectorEntry()
4538 auto *vecTy = cast<llvm::FixedVectorType>(condType); in VisitAbstractConditionalOperator() local4540 unsigned numElem = vecTy->getNumElements(); in VisitAbstractConditionalOperator()4541 llvm::Type *elemType = vecTy->getElementType(); in VisitAbstractConditionalOperator()4543 llvm::Value *zeroVec = llvm::Constant::getNullValue(vecTy); in VisitAbstractConditionalOperator()
2676 if (const VectorType *vecTy = DestType->getAs<VectorType>()) in CheckCXXCStyleCast() local2677 if (vecTy->getVectorKind() == VectorType::AltiVecVector in CheckCXXCStyleCast()