Home
last modified time | relevance | path

Searched refs:RHSUndef (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40914 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 DSelectionDAG.cpp353 bool RHSUndef = AllowUndefs && RHSOp.isUndef(); in matchBinaryPredicate() local
356 if ((!LHSCst && !LHSUndef) || (!RHSCst && !RHSUndef)) in matchBinaryPredicate()