Searched refs:RHSUndef (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 354 bool RHSUndef = AllowUndefs && RHSOp.isUndef(); in matchBinaryPredicate() local 357 if ((!LHSCst && !LHSUndef) || (!RHSCst && !RHSUndef)) in matchBinaryPredicate()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 38425 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 38431 if (SimplifyDemandedVectorElts(RHS, DemandedElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 38581 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 38582 if (SimplifyDemandedVectorElts(N1, DemandedRHS, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 38618 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 38619 if (SimplifyDemandedVectorElts(N1, DemandedRHS, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 38667 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 38668 if (SimplifyDemandedVectorElts(Op.getOperand(2), DemandedElts, RHSUndef, in SimplifyDemandedVectorEltsForTargetNode() 38673 KnownUndef = LHSUndef & RHSUndef; in SimplifyDemandedVectorEltsForTargetNode()
|