Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp354 bool LHSUndef = AllowUndefs && LHSOp.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.cpp38664 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
38668 if (SimplifyDemandedVectorElts(LHS, DemandedElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
38817 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
38818 if (SimplifyDemandedVectorElts(N0, DemandedLHS, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
38854 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
38855 if (SimplifyDemandedVectorElts(N0, DemandedLHS, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
38902 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
38903 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedElts, LHSUndef, in SimplifyDemandedVectorEltsForTargetNode()
38913 KnownUndef = LHSUndef & RHSUndef; in SimplifyDemandedVectorEltsForTargetNode()