Searched refs:UndefLHS (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 2690 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 2692 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts() 2699 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts() 2721 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 2723 if (SimplifyDemandedVectorElts(Op.getOperand(0), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts() 2738 if (!DemandedElts[i] || (M < (int)NumElts && UndefLHS[M]) || in SimplifyDemandedVectorElts() 2763 if (UndefLHS[M]) in SimplifyDemandedVectorElts() 2823 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 2824 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts() 2829 KnownUndef = getKnownUndefForVectorBinop(Op, TLO.DAG, UndefLHS, UndefRHS); in SimplifyDemandedVectorElts() [all …]
|
| H A D | SelectionDAG.cpp | 2488 APInt UndefLHS, UndefRHS; in isSplatValue() local 2491 if (isSplatValue(LHS, DemandedElts, UndefLHS, Depth + 1) && in isSplatValue() 2493 UndefElts = UndefLHS | UndefRHS; in isSplatValue()
|