Searched refs:RHSUndef (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 40914 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 40929 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 41032 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 41166 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 41170 if (SimplifyDemandedVectorElts(RHS, DemandRHS.second, RHSUndef, RHSZero, in SimplifyDemandedVectorEltsForTargetNode() 41211 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 41212 if (SimplifyDemandedVectorElts(N1, DemandedRHS, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 41248 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 41249 if (SimplifyDemandedVectorElts(N1, DemandedRHS, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 41297 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local [all …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 353 bool RHSUndef = AllowUndefs && RHSOp.isUndef(); in matchBinaryPredicate() local 356 if ((!LHSCst && !LHSUndef) || (!RHSCst && !RHSUndef)) in matchBinaryPredicate()
|