Searched refs:UndefRHS (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 3426 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 3430 if (SimplifyDemandedVectorElts(RHS, DemandedRHS, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts() 3434 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts() 3468 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 3472 if (SimplifyDemandedVectorElts(RHS, DemandedRHS, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts() 3485 (M >= (int)NumElts && UndefRHS[M - NumElts])) { in SimplifyDemandedVectorElts() 3513 if (UndefRHS[M - NumElts]) in SimplifyDemandedVectorElts() 3597 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 3598 if (SimplifyDemandedVectorElts(Op1, DemandedElts, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts() 3607 KnownUndef = getKnownUndefForVectorBinop(Op, TLO.DAG, UndefLHS, UndefRHS); in SimplifyDemandedVectorElts() [all …]
|
H A D | SelectionDAG.cpp | 2770 APInt UndefLHS, UndefRHS; in isSplatValue() local 2774 isSplatValue(RHS, DemandedElts, UndefRHS, Depth + 1)) { in isSplatValue() 2775 UndefElts = UndefLHS | UndefRHS; in isSplatValue()
|