Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp355 bool RHSUndef = AllowUndefs && RHSOp.isUndef(); in matchBinaryPredicate() local
358 if ((!LHSCst && !LHSUndef) || (!RHSCst && !RHSUndef)) in matchBinaryPredicate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38665 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
38671 if (SimplifyDemandedVectorElts(RHS, DemandedElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
38821 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
38822 if (SimplifyDemandedVectorElts(N1, DemandedRHS, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
38858 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
38859 if (SimplifyDemandedVectorElts(N1, DemandedRHS, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
38907 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
38908 if (SimplifyDemandedVectorElts(Op.getOperand(2), DemandedElts, RHSUndef, in SimplifyDemandedVectorEltsForTargetNode()
38913 KnownUndef = LHSUndef & RHSUndef; in SimplifyDemandedVectorEltsForTargetNode()