Home
last modified time | relevance | path

Searched refs:SubZero (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3010 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local
3011 if (SimplifyDemandedVectorElts(SubOp, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts()
3015 KnownZero.insertBits(SubZero, i * NumSubElts); in SimplifyDemandedVectorElts()
3049 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local
3050 if (SimplifyDemandedVectorElts(Sub, DemandedSubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts()
3064 KnownZero.insertBits(SubZero, Idx); in SimplifyDemandedVectorElts()