Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3373 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3375 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3382 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts()
3415 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3417 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3432 if (!DemandedElts[i] || (M < (int)NumElts && UndefLHS[M]) || in SimplifyDemandedVectorElts()
3456 if (UndefLHS[M]) in SimplifyDemandedVectorElts()
3523 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3545 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3546 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
[all …]
H A DSelectionDAG.cpp2729 APInt UndefLHS, UndefRHS; in isSplatValue() local
2732 if (isSplatValue(LHS, DemandedElts, UndefLHS, Depth + 1) && in isSplatValue()
2734 UndefElts = UndefLHS | UndefRHS; in isSplatValue()