Searched refs:SubZero (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3037 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 3038 if (SimplifyDemandedVectorElts(SubOp, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 3042 KnownZero.insertBits(SubZero, i * NumSubElts); in SimplifyDemandedVectorElts() 3076 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 3077 if (SimplifyDemandedVectorElts(Sub, DemandedSubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 3091 KnownZero.insertBits(SubZero, Idx); in SimplifyDemandedVectorElts()
|