Home
last modified time | relevance | path

Searched refs:RHS0 (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1255 if (LHS0 == RHS1 && RHS0 == LHS1) { in foldLogicOfFCmps()
1258 std::swap(RHS0, RHS1); in foldLogicOfFCmps()
1275 if (LHS0 == RHS0 && LHS1 == RHS1) { in foldLogicOfFCmps()
1295 if (LHS0->getType() != RHS0->getType()) in foldLogicOfFCmps()
2776 if (LHS0 == RHS1 && LHS1 == RHS0) { in foldAndOrOfICmps()
2780 if (LHS0 == RHS0 && LHS1 == RHS1) { in foldAndOrOfICmps()
2855 LHS0->getType() == RHS0->getType()) { in foldAndOrOfICmps()
2876 if (match(RHS0, m_Trunc(m_Value(V))) && in foldAndOrOfICmps()
3485 if (LHS0 == RHS1 && LHS1 == RHS0) { in foldXorOfICmps()
3489 if (LHS0 == RHS0 && LHS1 == RHS1) { in foldXorOfICmps()
[all …]
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp511 ConstantInt *RHS0, *RHS1; in widenCondCommon() local
514 if (match(Cond0, m_ICmp(Pred0, m_Value(LHS), m_ConstantInt(RHS0))) && in widenCondCommon()
520 ConstantRange::makeExactICmpRegion(Pred0, RHS0->getValue()); in widenCondCommon()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1966 Value *RHS0 = RHS->getOperand(0), *RHS1 = RHS->getOperand(1); in simplifyAndOrOfFCmps() local
1967 if (LHS0->getType() != RHS0->getType()) in simplifyAndOrOfFCmps()
1981 if ((isKnownNeverNaN(LHS0, TLI) && (LHS1 == RHS0 || LHS1 == RHS1)) || in simplifyAndOrOfFCmps()
1982 (isKnownNeverNaN(LHS1, TLI) && (LHS0 == RHS0 || LHS0 == RHS1))) in simplifyAndOrOfFCmps()
1993 if ((isKnownNeverNaN(RHS0, TLI) && (RHS1 == LHS0 || RHS1 == LHS1)) || in simplifyAndOrOfFCmps()
1994 (isKnownNeverNaN(RHS1, TLI) && (RHS0 == LHS0 || RHS0 == LHS1))) in simplifyAndOrOfFCmps()
/openbsd/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp791 SDValue RHS0 = DAG.getNode(ISD::EXTRACT_ELEMENT, DL, MVT::i16, RHS_0, in getAVRCmp() local
806 Cmp = getAVRCmp(LHS0, RHS0, DAG, DL); in getAVRCmp()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48229 SDValue RHS0 = RHS.getOperand(0); in combineVectorHADDSUB() local
48232 (RHS0 == RHS1 || RHS0.isUndef() || RHS1.isUndef())) { in combineVectorHADDSUB()
48236 RHS0.isUndef() ? RHS1 : RHS0); in combineVectorHADDSUB()