Searched refs:RHSUndef (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 42018 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 42024 if (SimplifyDemandedVectorElts(RHS, DemandedElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 42033 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 42041 if (SimplifyDemandedVectorElts(RHS, DemandedSrcElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 42053 if (SimplifyDemandedVectorElts(RHS, DemandedRHSElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 42136 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 42148 if (SimplifyDemandedVectorElts(RHS, DemandedElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 42272 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 42276 if (SimplifyDemandedVectorElts(RHS, EltsRHS, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 42317 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 396 bool RHSUndef = AllowUndefs && RHSOp.isUndef(); in matchBinaryPredicate() local 399 if ((!LHSCst && !LHSUndef) || (!RHSCst && !RHSUndef)) in matchBinaryPredicate()
|