Home
last modified time | relevance | path

Searched refs:UndefLHS (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3566 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3568 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3575 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts()
3621 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3623 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3638 if (!DemandedElts[i] || (M < (int)NumElts && UndefLHS[M]) || in SimplifyDemandedVectorElts()
3662 if (UndefLHS[M]) in SimplifyDemandedVectorElts()
3729 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3730 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3755 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
[all …]
H A DSelectionDAG.cpp3013 APInt UndefLHS, UndefRHS; in isSplatValue() local
3020 if (isSplatValue(LHS, DemandedElts, UndefLHS, Depth + 1) && in isSplatValue()
3022 (DemandedElts & UndefLHS) == (DemandedElts & UndefRHS)) { in isSplatValue()
3023 UndefElts = UndefLHS | UndefRHS; in isSplatValue()