Searched refs:SubZero (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3420 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 3421 if (SimplifyDemandedVectorElts(SubOp, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 3425 KnownZero.insertBits(SubZero, i * NumSubElts); in SimplifyDemandedVectorElts() 3459 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 3460 if (SimplifyDemandedVectorElts(Sub, DemandedSubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 3474 KnownZero.insertBits(SubZero, Idx); in SimplifyDemandedVectorElts()
|