Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3183 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3185 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3192 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts()
3225 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3227 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3242 if (!DemandedElts[i] || (M < (int)NumElts && UndefLHS[M]) || in SimplifyDemandedVectorElts()
3266 if (UndefLHS[M]) in SimplifyDemandedVectorElts()
3333 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3334 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3355 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
[all …]
H A DSelectionDAG.cpp2613 APInt UndefLHS, UndefRHS; in isSplatValue() local
2616 if (isSplatValue(LHS, DemandedElts, UndefLHS, Depth + 1) && in isSplatValue()
2618 UndefElts = UndefLHS | UndefRHS; in isSplatValue()