Searched refs:ShadowType (Results 1 – 1 of 1) sorted by relevance
3401 FixedVectorType *ShadowType = cast<FixedVectorType>(getShadowTy(&I)); in maybeShrinkVectorShadowType() local3404 if (ShadowType->getElementCount() == in maybeShrinkVectorShadowType()3406 ShadowType = FixedVectorType::getHalfElementsVectorType(ShadowType); in maybeShrinkVectorShadowType()3408 assert(ShadowType->getElementCount() == in maybeShrinkVectorShadowType()3411 return ShadowType; in maybeShrinkVectorShadowType()3474 VectorType *ShadowType = maybeShrinkVectorShadowType(Src, I); in handleSSEVectorConvertIntrinsicByProp() local3485 IRB.CreateSExt(IRB.CreateICmpNE(S0, getCleanShadow(S0)), ShadowType); in handleSSEVectorConvertIntrinsicByProp()4698 VectorType *ShadowType = maybeShrinkVectorShadowType(A, I); in handleAVX512VectorDownConvert() local4708 AShadow = IRB.CreateTrunc(AShadow, ShadowType, "_ms_trunc_shadow"); in handleAVX512VectorDownConvert()