Searched refs:SubUndef (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1813 APInt SubUndef = PoisonElts2.lshr(OutIdx * Ratio).zextOrTrunc(Ratio); in SimplifyDemandedVectorElts() local 1814 if (SubUndef.popcount() == Ratio) in SimplifyDemandedVectorElts()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 3279 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 3280 if (SimplifyDemandedVectorElts(SubOp, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 3283 KnownUndef.insertBits(SubUndef, i * NumSubElts); in SimplifyDemandedVectorElts() 3318 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 3319 if (SimplifyDemandedVectorElts(Sub, DemandedSubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 3332 KnownUndef.insertBits(SubUndef, Idx); in SimplifyDemandedVectorElts()
|