Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp3334 unsigned InnerVWidth = cast<FixedVectorType>(Ty0)->getNumElements(); in simplifyDemandedVectorEltsIntrinsic() local
3335 assert(VWidth == (InnerVWidth * 2) && "Unexpected input size"); in simplifyDemandedVectorEltsIntrinsic()
3339 unsigned InnerVWidthPerLane = InnerVWidth / NumLanes; in simplifyDemandedVectorEltsIntrinsic()
3346 APInt OpDemandedElts(InnerVWidth, 0); in simplifyDemandedVectorEltsIntrinsic()
3357 APInt OpUndefElts(InnerVWidth, 0); in simplifyDemandedVectorEltsIntrinsic()
3380 unsigned InnerVWidth = cast<FixedVectorType>(ArgTy)->getNumElements(); in simplifyDemandedVectorEltsIntrinsic() local
3381 assert((VWidth * 2) == InnerVWidth && "Unexpected input size"); in simplifyDemandedVectorEltsIntrinsic()
3382 APInt OpDemandedElts = APIntOps::ScaleBitMask(DemandedElts, InnerVWidth); in simplifyDemandedVectorEltsIntrinsic()
3383 APInt Op0UndefElts(InnerVWidth, 0); in simplifyDemandedVectorEltsIntrinsic()
3384 APInt Op1UndefElts(InnerVWidth, 0); in simplifyDemandedVectorEltsIntrinsic()