Home
last modified time | relevance | path

Searched refs:RHSUndef (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp354 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 DX86ISelLowering.cpp38425 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()