Home
last modified time | relevance | path

Searched refs:VecTy1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp974 VectorType *VecTy1 = dyn_cast<VectorType>(V1->getType()); in concatenateTwoVectors() local
976 assert(VecTy1 && VecTy2 && in concatenateTwoVectors()
977 VecTy1->getScalarType() == VecTy2->getScalarType() && in concatenateTwoVectors()
980 unsigned NumElts1 = cast<FixedVectorType>(VecTy1)->getNumElements(); in concatenateTwoVectors()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp18395 [[maybe_unused]] auto *VecTy1 = in EmitHLSLBuiltinExpr() local
18398 assert(VecTy0->getNumElements() == VecTy1->getNumElements() && in EmitHLSLBuiltinExpr()