Searched refs:ZeroLHS (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3566 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 3568 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts() 3576 KnownZero = ZeroLHS & ZeroRHS; in SimplifyDemandedVectorElts() 3621 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 3623 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts() 3664 if (ZeroLHS[M]) in SimplifyDemandedVectorElts() 3729 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 3730 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts() 3755 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 3756 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts() [all …]
|