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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1503 APInt SubUndef = UndefElts2.lshr(OutIdx * Ratio).zextOrTrunc(Ratio); local
1504 if (SubUndef.countPopulation() == Ratio)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2316 APInt SubUndef, SubZero; local
2317 if (SimplifyDemandedVectorElts(SubOp, SubElts, SubUndef, SubZero, TLO,
2320 KnownUndef.insertBits(SubUndef, i * NumSubElts);
2337 APInt SubUndef, SubZero; local
2338 if (SimplifyDemandedVectorElts(Sub, SubElts, SubUndef, SubZero, TLO,
2355 KnownUndef.insertBits(SubUndef, SubIdx);

Completed in 131 milliseconds