Searched refs:RHSUndef (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 41894 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 41900 if (SimplifyDemandedVectorElts(RHS, DemandedElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 41910 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 41918 if (SimplifyDemandedVectorElts(RHS, DemandedSrcElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 41930 if (SimplifyDemandedVectorElts(RHS, DemandedRHSElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 42013 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 42025 if (SimplifyDemandedVectorElts(RHS, DemandedElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 42035 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 42041 if (SimplifyDemandedVectorElts(RHS, DemandedElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 42163 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 411 bool RHSUndef = AllowUndefs && RHSOp.isUndef(); in matchBinaryPredicate() local 414 if ((!LHSCst && !LHSUndef) || (!RHSCst && !RHSUndef)) in matchBinaryPredicate()
|