Searched refs:ZeroRHS (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3567 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 3571 if (SimplifyDemandedVectorElts(RHS, DemandedRHS, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts() 3576 KnownZero = ZeroLHS & ZeroRHS; in SimplifyDemandedVectorElts() 3622 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 3626 if (SimplifyDemandedVectorElts(RHS, DemandedRHS, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts() 3669 if (ZeroRHS[M - NumElts]) in SimplifyDemandedVectorElts() 3751 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 3752 if (SimplifyDemandedVectorElts(Op1, DemandedElts, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts() 3760 KnownZero = ZeroLHS & ZeroRHS; in SimplifyDemandedVectorElts() 3778 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local [all …]
|