Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40982 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
40997 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41100 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41236 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41238 if (SimplifyDemandedVectorElts(LHS, EltsLHS, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
41278 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41279 if (SimplifyDemandedVectorElts(N0, DemandedLHS, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
41315 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41316 if (SimplifyDemandedVectorElts(N0, DemandedLHS, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
41363 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp408 bool LHSUndef = AllowUndefs && LHSOp.isUndef(); in matchBinaryPredicate() local
412 if ((!LHSCst && !LHSUndef) || (!RHSCst && !RHSUndef)) in matchBinaryPredicate()