Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2574 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local
2575 if (SimplifyDemandedVectorElts(SubOp, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts()
2578 KnownUndef.insertBits(SubUndef, i * NumSubElts); in SimplifyDemandedVectorElts()
2594 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local
2595 if (SimplifyDemandedVectorElts(Sub, DemandedSubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts()
2608 KnownUndef.insertBits(SubUndef, Idx); in SimplifyDemandedVectorElts()