Searched refs:SubZero (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 1604 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 1605 if (SimplifyDemandedVectorElts(SubOp, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 1609 KnownZero.insertBits(SubZero, i * NumSubElts); in SimplifyDemandedVectorElts() 1625 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 1626 if (SimplifyDemandedVectorElts(Sub, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 1635 KnownZero.insertBits(SubZero, SubIdx); in SimplifyDemandedVectorElts()
|