Searched refs:SubUndef (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 1591 APInt SubUndef = UndefElts2.lshr(OutIdx * Ratio).zextOrTrunc(Ratio); in SimplifyDemandedVectorElts() local 1592 if (SubUndef.countPopulation() == Ratio) in SimplifyDemandedVectorElts()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3010 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 3011 if (SimplifyDemandedVectorElts(SubOp, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 3014 KnownUndef.insertBits(SubUndef, i * NumSubElts); in SimplifyDemandedVectorElts() 3049 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 3050 if (SimplifyDemandedVectorElts(Sub, DemandedSubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 3063 KnownUndef.insertBits(SubUndef, Idx); in SimplifyDemandedVectorElts()
|