Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLBuiltins.cpp453 auto *VecTy0 = E->getArg(0)->getType()->castAs<VectorType>(); in EmitHLSLBuiltinExpr() local
454 assert(VecTy0 && "Dot product argument must be a vector."); in EmitHLSLBuiltinExpr()
458 getDotProductIntrinsic(CGM.getHLSLRuntime(), VecTy0->getElementType()), in EmitHLSLBuiltinExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp15737 if (auto *VecTy0 = (*Res)->getAs<VectorType>()) in BuiltinVectorToScalarMath() local
15738 TheCall->setType(VecTy0->getElementType()); in BuiltinVectorToScalarMath()