Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40983 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
40998 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41101 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41237 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41241 if (SimplifyDemandedVectorElts(RHS, EltsRHS, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
41282 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41283 if (SimplifyDemandedVectorElts(N1, DemandedRHS, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
41319 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41320 if (SimplifyDemandedVectorElts(N1, DemandedRHS, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
41368 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp409 bool RHSUndef = AllowUndefs && RHSOp.isUndef(); in matchBinaryPredicate() local
412 if ((!LHSCst && !LHSUndef) || (!RHSCst && !RHSUndef)) in matchBinaryPredicate()