Searched refs:RHSUndef (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 43480 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 43486 if (SimplifyDemandedVectorElts(RHS, DemandedElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 43496 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 43504 if (SimplifyDemandedVectorElts(RHS, DemandedSrcElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 43516 if (SimplifyDemandedVectorElts(RHS, DemandedRHSElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 43599 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 43611 if (SimplifyDemandedVectorElts(RHS, DemandedElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 43643 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 43649 if (SimplifyDemandedVectorElts(RHS, DemandedElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 43771 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 408 bool RHSUndef = AllowUndefs && RHSOp.isUndef(); in matchBinaryPredicate() local 411 if ((!LHSCst && !LHSUndef) || (!RHSCst && !RHSUndef)) in matchBinaryPredicate()
|