Searched refs:LHSUndef (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 353 bool LHSUndef = AllowUndefs && LHSOp.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 | 38424 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 38428 if (SimplifyDemandedVectorElts(LHS, DemandedElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 38577 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 38578 if (SimplifyDemandedVectorElts(N0, DemandedLHS, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 38614 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 38615 if (SimplifyDemandedVectorElts(N0, DemandedLHS, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 38662 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local 38663 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedElts, LHSUndef, in SimplifyDemandedVectorEltsForTargetNode() 38673 KnownUndef = LHSUndef & RHSUndef; in SimplifyDemandedVectorEltsForTargetNode()
|