Home
last modified time | relevance | path

Searched defs:vecTy (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp217 if (auto vecTy = dyn_cast<llvm::VectorType>(type)) { in addTypedData() local
250 if (auto vecTy = dyn_cast<llvm::VectorType>(type)) { in addLegalTypedData() local
334 if (auto vecTy = dyn_cast_or_null<llvm::VectorType>(type)) { in addEntry() local
400 auto vecTy = cast<llvm::VectorType>(Entries[index].Type); in splitVectorEntry() local
H A DCGExprScalar.cpp4538 auto *vecTy = cast<llvm::FixedVectorType>(condType); in VisitAbstractConditionalOperator() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp2676 if (const VectorType *vecTy = DestType->getAs<VectorType>()) in CheckCXXCStyleCast() local