Searched refs:UndefRHS (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 2691 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 2695 if (SimplifyDemandedVectorElts(Op.getOperand(2), DemandedRHS, UndefRHS, in SimplifyDemandedVectorElts() 2699 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts() 2722 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 2726 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedRHS, UndefRHS, in SimplifyDemandedVectorElts() 2739 (M >= (int)NumElts && UndefRHS[M - NumElts])) { in SimplifyDemandedVectorElts() 2768 if (UndefRHS[M - NumElts]) in SimplifyDemandedVectorElts() 2819 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 2820 if (SimplifyDemandedVectorElts(Op1, DemandedElts, UndefRHS, ZeroRHS, 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 2492 isSplatValue(RHS, DemandedElts, UndefRHS, Depth + 1)) { in isSplatValue() 2493 UndefElts = UndefLHS | UndefRHS; in isSplatValue()
|