Searched refs:UndefLHS (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3156 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 3158 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts() 3165 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts() 3196 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 3198 if (SimplifyDemandedVectorElts(Op.getOperand(0), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts() 3213 if (!DemandedElts[i] || (M < (int)NumElts && UndefLHS[M]) || in SimplifyDemandedVectorElts() 3238 if (UndefLHS[M]) in SimplifyDemandedVectorElts() 3305 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 3327 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 3328 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts() [all …]
|
| H A D | SelectionDAG.cpp | 2570 APInt UndefLHS, UndefRHS; in isSplatValue() local 2573 if (isSplatValue(LHS, DemandedElts, UndefLHS, Depth + 1) && in isSplatValue() 2575 UndefElts = UndefLHS | UndefRHS; in isSplatValue()
|