Searched refs:LHSUndef (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 41893 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 D | SelectionDAG.cpp | 410 bool LHSUndef = AllowUndefs && LHSOp.isUndef(); in matchBinaryPredicate() local 414 if ((!LHSCst && !LHSUndef) || (!RHSCst && !RHSUndef)) in matchBinaryPredicate()
|