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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2426 APInt UndefLHS, ZeroLHS; local
2428 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedLHS, UndefLHS,
2435 KnownUndef = UndefLHS & UndefRHS;
2457 APInt UndefLHS, ZeroLHS; local
2459 if (SimplifyDemandedVectorElts(Op.getOperand(0), DemandedLHS, UndefLHS,
2474 if (!DemandedElts[i] || (M < (int)NumElts && UndefLHS[M]) ||
2499 if (UndefLHS[M])
2556 APInt UndefLHS, ZeroLHS;
2557 if (SimplifyDemandedVectorElts(Op.getOperand(0), DemandedElts, UndefLHS,
2562 KnownUndef = getKnownUndefForVectorBinop(Op, TLO.DAG, UndefLHS, UndefRH
[all...]
H A DSelectionDAG.cpp2347 APInt UndefLHS, UndefRHS;
2350 if (isSplatValue(LHS, DemandedElts, UndefLHS) &&
2352 UndefElts = UndefLHS | UndefRHS;

Completed in 125 milliseconds