Searched refs:ZeroRHS (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3157 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 3161 if (SimplifyDemandedVectorElts(RHS, DemandedRHS, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts() 3166 KnownZero = ZeroLHS & ZeroRHS; in SimplifyDemandedVectorElts() 3197 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 3202 ZeroRHS, TLO, Depth + 1)) in SimplifyDemandedVectorElts() 3245 if (ZeroRHS[M - NumElts]) in SimplifyDemandedVectorElts() 3323 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local 3324 if (SimplifyDemandedVectorElts(Op1, DemandedElts, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts() 3332 KnownZero = ZeroLHS & ZeroRHS; in SimplifyDemandedVectorElts() 3350 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 44802 bool ZeroRHS = ISD::isBuildVectorAllZeros(RHS.getNode()); in combineSelect() local 44804 if ((SelectableLHS && ZeroRHS) || (SelectableRHS && ZeroLHS)) { in combineSelect()
|