Searched refs:LHSUndef (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 43479 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 43483 if (SimplifyDemandedVectorElts(LHS, DemandedElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 43495 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 43501 if (SimplifyDemandedVectorElts(LHS, DemandedSrcElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 43512 if (SimplifyDemandedVectorElts(LHS, DemandedLHSElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 43598 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 43602 if (SimplifyDemandedVectorElts(LHS, DemandedElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 43642 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 43646 if (SimplifyDemandedVectorElts(LHS, DemandedElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 43770 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 407 bool LHSUndef = AllowUndefs && LHSOp.isUndef(); in matchBinaryPredicate() local 411 if ((!LHSCst && !LHSUndef) || (!RHSCst && !RHSUndef)) in matchBinaryPredicate()
|