Searched refs:LBO (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 1773 BinaryOperator *LBO = dyn_cast<BinaryOperator>(LHS); in SimplifyICmpInst() local 1775 if (MaxRecurse && (LBO || RBO)) { in SimplifyICmpInst() 1780 if (LBO && LBO->getOpcode() == Instruction::Add) { in SimplifyICmpInst() 1781 A = LBO->getOperand(0); B = LBO->getOperand(1); in SimplifyICmpInst() 1783 (CmpInst::isUnsigned(Pred) && LBO->hasNoUnsignedWrap()) || in SimplifyICmpInst() 1784 (CmpInst::isSigned(Pred) && LBO->hasNoSignedWrap()); in SimplifyICmpInst() 1818 if (LBO && match(LBO, m_URem(m_Value(), m_Specific(RHS)))) { in SimplifyICmpInst() 1873 if (MaxRecurse && LBO && RBO && LBO->getOpcode() == RBO->getOpcode() && in SimplifyICmpInst() 1874 LBO->getOperand(1) == RBO->getOperand(1)) { in SimplifyICmpInst() 1875 switch (LBO->getOpcode()) { in SimplifyICmpInst() [all …]
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2617 BinaryOperator *LBO = dyn_cast<BinaryOperator>(LHS); in SimplifyICmpInst() local 2619 if (MaxRecurse && (LBO || RBO)) { in SimplifyICmpInst() 2624 if (LBO && LBO->getOpcode() == Instruction::Add) { in SimplifyICmpInst() 2625 A = LBO->getOperand(0); B = LBO->getOperand(1); in SimplifyICmpInst() 2627 (CmpInst::isUnsigned(Pred) && LBO->hasNoUnsignedWrap()) || in SimplifyICmpInst() 2628 (CmpInst::isSigned(Pred) && LBO->hasNoSignedWrap()); in SimplifyICmpInst() 2682 if (LBO && match(LBO, m_c_Or(m_Value(Y), m_Specific(RHS)))) { in SimplifyICmpInst() 2724 if (LBO && match(LBO, m_CombineOr(m_And(m_Value(), m_Specific(RHS)), in SimplifyICmpInst() 2763 if (LBO && match(LBO, m_URem(m_Value(), m_Specific(RHS)))) { in SimplifyICmpInst() 2826 if (LBO && (match(LBO, m_LShr(m_Specific(RHS), m_Value())) || in SimplifyICmpInst() [all …]
|
D | ScalarEvolution.cpp | 5109 if (auto *LBO = dyn_cast<BinaryOperator>(BO->LHS)) in createSCEV() local 5110 if (ConstantInt *LCI = dyn_cast<ConstantInt>(LBO->getOperand(1))) in createSCEV() 5111 if (LBO->getOpcode() == Instruction::And && in createSCEV()
|
/external/walt/hardware/enclosure/ |
D | WALT_recessed_enclosure.stl | 38 …?$@O?.�KB��@��L@��KBˍ@�@.�KB��@�@Z?��T?.�KB��@��L@.�KB��@�@�LBO{�@��L@�O 39 ?�kW?�LBO{�@��L@.�KB��@�@�LBO{�@�@?|\?�LBO{�@��L@�LBO{�@�@ 41 kLBf�@��L@�LBO{�@�@ 554 kLBf�@�@�LBO{�@�@�?ABX�?�@�LBO{�@�@.�KB��@�@�?*�AB�G@�@… 1869 …IB��@��L@N�IB�Q�@��L@��.�KB��@��L@�LBO{�@��L@�9IB)\?@��L@���9IB)\?@��L@…
|