Searched refs:UndefLHS (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 3425 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 3427 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts() 3434 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts() 3467 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 3469 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts() 3484 if (!DemandedElts[i] || (M < (int)NumElts && UndefLHS[M]) || in SimplifyDemandedVectorElts() 3508 if (UndefLHS[M]) in SimplifyDemandedVectorElts() 3575 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 3576 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts() 3601 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local [all …]
|
H A D | SelectionDAG.cpp | 2770 APInt UndefLHS, UndefRHS; in isSplatValue() local 2773 if (isSplatValue(LHS, DemandedElts, UndefLHS, Depth + 1) && in isSplatValue() 2775 UndefElts = UndefLHS | UndefRHS; in isSplatValue()
|