Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40913 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
40928 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41031 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41165 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41167 if (SimplifyDemandedVectorElts(LHS, DemandLHS.second, LHSUndef, LHSZero, in SimplifyDemandedVectorEltsForTargetNode()
41207 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41208 if (SimplifyDemandedVectorElts(N0, DemandedLHS, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
41244 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41245 if (SimplifyDemandedVectorElts(N0, DemandedLHS, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
41292 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp352 bool LHSUndef = AllowUndefs && LHSOp.isUndef(); in matchBinaryPredicate() local
356 if ((!LHSCst && !LHSUndef) || (!RHSCst && !RHSUndef)) in matchBinaryPredicate()