Searched refs:UndefRHS (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3374 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 3378 if (SimplifyDemandedVectorElts(RHS, DemandedRHS, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts() 3382 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts() 3416 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 3420 if (SimplifyDemandedVectorElts(RHS, DemandedRHS, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts() 3433 (M >= (int)NumElts && UndefRHS[M - NumElts])) { in SimplifyDemandedVectorElts() 3461 if (UndefRHS[M - NumElts]) in SimplifyDemandedVectorElts() 3541 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 3542 if (SimplifyDemandedVectorElts(Op1, DemandedElts, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts() 3568 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local [all …]
|
| H A D | SelectionDAG.cpp | 2729 APInt UndefLHS, UndefRHS; in isSplatValue() local 2733 isSplatValue(RHS, DemandedElts, UndefRHS, Depth + 1)) { in isSplatValue() 2734 UndefElts = UndefLHS | UndefRHS; in isSplatValue()
|