Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3401 FixedVectorType *ShadowType = cast<FixedVectorType>(getShadowTy(&I)); in maybeShrinkVectorShadowType() local
3404 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() local
3485 IRB.CreateSExt(IRB.CreateICmpNE(S0, getCleanShadow(S0)), ShadowType); in handleSSEVectorConvertIntrinsicByProp()
4698 VectorType *ShadowType = maybeShrinkVectorShadowType(A, I); in handleAVX512VectorDownConvert() local
4708 AShadow = IRB.CreateTrunc(AShadow, ShadowType, "_ms_trunc_shadow"); in handleAVX512VectorDownConvert()