Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1495 APInt SubUndef = UndefElts2.lshr(OutIdx * Ratio).zextOrTrunc(Ratio); in SimplifyDemandedVectorElts() local
1496 if (SubUndef.countPopulation() == Ratio) in SimplifyDemandedVectorElts()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2562 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local
2563 if (SimplifyDemandedVectorElts(SubOp, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts()
2566 KnownUndef.insertBits(SubUndef, i * NumSubElts); in SimplifyDemandedVectorElts()
2582 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local
2583 if (SimplifyDemandedVectorElts(Sub, DemandedSubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts()
2596 KnownUndef.insertBits(SubUndef, Idx); in SimplifyDemandedVectorElts()