Searched refs:VecTy0 (Results 1 – 2 of 2) sorted by relevance
453 auto *VecTy0 = E->getArg(0)->getType()->castAs<VectorType>(); in EmitHLSLBuiltinExpr() local454 assert(VecTy0 && "Dot product argument must be a vector."); in EmitHLSLBuiltinExpr()458 getDotProductIntrinsic(CGM.getHLSLRuntime(), VecTy0->getElementType()), in EmitHLSLBuiltinExpr()
15737 if (auto *VecTy0 = (*Res)->getAs<VectorType>()) in BuiltinVectorToScalarMath() local15738 TheCall->setType(VecTy0->getElementType()); in BuiltinVectorToScalarMath()