Searched refs:SubZero (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 2562 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 2563 if (SimplifyDemandedVectorElts(SubOp, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 2567 KnownZero.insertBits(SubZero, i * NumSubElts); in SimplifyDemandedVectorElts() 2582 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 2583 if (SimplifyDemandedVectorElts(Sub, DemandedSubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 2597 KnownZero.insertBits(SubZero, Idx); in SimplifyDemandedVectorElts()
|