Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42018 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
42024 if (SimplifyDemandedVectorElts(RHS, DemandedElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
42033 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
42041 if (SimplifyDemandedVectorElts(RHS, DemandedSrcElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
42053 if (SimplifyDemandedVectorElts(RHS, DemandedRHSElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
42136 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
42148 if (SimplifyDemandedVectorElts(RHS, DemandedElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
42272 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
42276 if (SimplifyDemandedVectorElts(RHS, EltsRHS, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
42317 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp396 bool RHSUndef = AllowUndefs && RHSOp.isUndef(); in matchBinaryPredicate() local
399 if ((!LHSCst && !LHSUndef) || (!RHSCst && !RHSUndef)) in matchBinaryPredicate()