Searched refs:SubZero (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 2574 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 2575 if (SimplifyDemandedVectorElts(SubOp, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 2579 KnownZero.insertBits(SubZero, i * NumSubElts); in SimplifyDemandedVectorElts() 2594 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 2595 if (SimplifyDemandedVectorElts(Sub, DemandedSubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 2609 KnownZero.insertBits(SubZero, Idx); in SimplifyDemandedVectorElts()
|