Searched refs:SubUndef (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 1172 APInt SubUndef = UndefElts2.lshr(OutIdx * Ratio).zextOrTrunc(Ratio); in SimplifyDemandedVectorElts() local 1173 if (SubUndef.countPopulation() == Ratio) in SimplifyDemandedVectorElts()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 1347 APInt SubUndef = UndefElts2.lshr(OutIdx * Ratio).zextOrTrunc(Ratio); in SimplifyDemandedVectorElts() local 1348 if (SubUndef.countPopulation() == Ratio) in SimplifyDemandedVectorElts()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1449 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 1450 if (SimplifyDemandedVectorElts(SubOp, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 1453 KnownUndef.insertBits(SubUndef, i * NumSubElts); in SimplifyDemandedVectorElts() 1470 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 1471 if (SimplifyDemandedVectorElts(Sub, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 1479 KnownUndef.insertBits(SubUndef, SubIdx); in SimplifyDemandedVectorElts()
|