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.cpp41893 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41897 if (SimplifyDemandedVectorElts(LHS, DemandedElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
41909 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41915 if (SimplifyDemandedVectorElts(LHS, DemandedSrcElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
41926 if (SimplifyDemandedVectorElts(LHS, DemandedLHSElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
42012 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
42016 if (SimplifyDemandedVectorElts(LHS, DemandedElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
42034 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
42038 if (SimplifyDemandedVectorElts(LHS, DemandedElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
42162 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp410 bool LHSUndef = AllowUndefs && LHSOp.isUndef(); in matchBinaryPredicate() local
414 if ((!LHSCst && !LHSUndef) || (!RHSCst && !RHSUndef)) in matchBinaryPredicate()