Searched refs:UndefLHS (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 2702 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 2704 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts() 2711 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts() 2733 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 2735 if (SimplifyDemandedVectorElts(Op.getOperand(0), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts() 2750 if (!DemandedElts[i] || (M < (int)NumElts && UndefLHS[M]) || in SimplifyDemandedVectorElts() 2775 if (UndefLHS[M]) in SimplifyDemandedVectorElts() 2835 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 2836 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts() 2862 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local [all …]
|
| H A D | SelectionDAG.cpp | 2486 APInt UndefLHS, UndefRHS; in isSplatValue() local 2489 if (isSplatValue(LHS, DemandedElts, UndefLHS, Depth + 1) && in isSplatValue() 2491 UndefElts = UndefLHS | UndefRHS; in isSplatValue()
|