Searched refs:ZeroLHS (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3373 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 3375 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts() 3383 KnownZero = ZeroLHS & ZeroRHS; in SimplifyDemandedVectorElts() 3415 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 3417 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts() 3458 if (ZeroLHS[M]) in SimplifyDemandedVectorElts() 3523 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 3545 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 3550 KnownZero = ZeroLHS & ZeroRHS; in SimplifyDemandedVectorElts() 3572 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 45103 bool ZeroLHS = ISD::isBuildVectorAllZeros(LHS.getNode()); in combineSelect() local 45106 if ((SelectableLHS && ZeroRHS) || (SelectableRHS && ZeroLHS)) { in combineSelect()
|