Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1705 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
1707 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts()
1714 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts()
1736 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
1738 if (SimplifyDemandedVectorElts(Op.getOperand(0), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts()
1753 if (!DemandedElts[i] || (M < (int)NumElts && UndefLHS[M]) || in SimplifyDemandedVectorElts()
1776 if (UndefLHS[M]) in SimplifyDemandedVectorElts()
H A DSelectionDAG.cpp2220 APInt UndefLHS, UndefRHS; in isSplatValue() local
2223 if (isSplatValue(LHS, DemandedElts, UndefLHS) && in isSplatValue()
2225 UndefElts = UndefLHS | UndefRHS; in isSplatValue()