Searched refs:SubUndef (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 1655 APInt SubUndef = UndefElts2.lshr(OutIdx * Ratio).zextOrTrunc(Ratio); in SimplifyDemandedVectorElts() local 1656 if (SubUndef.countPopulation() == Ratio) in SimplifyDemandedVectorElts()
|
| /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() 3041 KnownUndef.insertBits(SubUndef, i * NumSubElts); in SimplifyDemandedVectorElts() 3076 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 3077 if (SimplifyDemandedVectorElts(Sub, DemandedSubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 3090 KnownUndef.insertBits(SubUndef, Idx); in SimplifyDemandedVectorElts()
|