Searched defs:vecTy (Results 1 – 3 of 3) sorted by relevance
219 if (auto vecTy = dyn_cast<llvm::VectorType>(type)) { in addTypedData() local 252 if (auto vecTy = dyn_cast<llvm::VectorType>(type)) { in addLegalTypedData() local 336 if (auto vecTy = dyn_cast_or_null<llvm::VectorType>(type)) { in addEntry() local 402 auto vecTy = cast<llvm::VectorType>(Entries[index].Type); in splitVectorEntry() local [all...]
4883 auto *vecTy = cast<llvm::FixedVectorType>(condType); VisitAbstractConditionalOperator() local
2761 if (const VectorType *vecTy = DestType->getAs<VectorType>()) { CheckCXXCStyleCast() local