Searched refs:SubZero (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3227 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 3228 if (SimplifyDemandedVectorElts(SubOp, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 3232 KnownZero.insertBits(SubZero, i * NumSubElts); in SimplifyDemandedVectorElts() 3266 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 3267 if (SimplifyDemandedVectorElts(Sub, DemandedSubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 3281 KnownZero.insertBits(SubZero, Idx); in SimplifyDemandedVectorElts()
|