Searched refs:DemandRHS (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 41163 std::pair<APInt, APInt> DemandRHS = GetDemandedMasks(LHS, true); in SimplifyDemandedVectorEltsForTargetNode() local 41170 if (SimplifyDemandedVectorElts(RHS, DemandRHS.second, RHSUndef, RHSZero, in SimplifyDemandedVectorEltsForTargetNode() 41178 RHS, DemandRHS.first, DemandRHS.second, TLO.DAG, Depth + 1); in SimplifyDemandedVectorEltsForTargetNode()
|