Searched refs:SubZero (Results 1 – 1 of 1) sorted by relevance
/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() 3284 KnownZero.insertBits(SubZero, i * NumSubElts); in SimplifyDemandedVectorElts() 3318 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 3319 if (SimplifyDemandedVectorElts(Sub, DemandedSubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 3333 KnownZero.insertBits(SubZero, Idx); in SimplifyDemandedVectorElts()
|