/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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2679 BinaryOperator *LBO = dyn_cast<BinaryOperator>(LHS); in simplifyICmpWithBinOp() local 2681 if (MaxRecurse && (LBO || RBO)) { in simplifyICmpWithBinOp() 2686 if (LBO && LBO->getOpcode() == Instruction::Add) { in simplifyICmpWithBinOp() 2687 A = LBO->getOperand(0); in simplifyICmpWithBinOp() 2688 B = LBO->getOperand(1); in simplifyICmpWithBinOp() 2691 (CmpInst::isUnsigned(Pred) && LBO->hasNoUnsignedWrap()) || in simplifyICmpWithBinOp() 2692 (CmpInst::isSigned(Pred) && LBO->hasNoSignedWrap()); in simplifyICmpWithBinOp() 2748 if (LBO && match(LBO, m_c_Or(m_Value(Y), m_Specific(RHS)))) { in simplifyICmpWithBinOp() 2782 if (LBO && match(LBO, m_c_And(m_Value(), m_Specific(RHS)))) { in simplifyICmpWithBinOp() 2819 if (LBO && match(LBO, m_URem(m_Value(), m_Specific(RHS)))) { in simplifyICmpWithBinOp() [all …]
|
D | ScalarEvolution.cpp | 6316 if (auto *LBO = dyn_cast<BinaryOperator>(BO->LHS)) in createSCEV() local 6317 if (ConstantInt *LCI = dyn_cast<ConstantInt>(LBO->getOperand(1))) in createSCEV() 6318 if (LBO->getOpcode() == Instruction::And && in createSCEV()
|
/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@…
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart1.csv | 4701 ,"BE","LBO","La Bouverie","La Bouverie","WHT","--3-----","RL","0407",,"5024N 00352E", 7146 ,"BR","LBO","Livramento do Brumado","Livramento do Brumado","BA","--3-----","RL","0701",,"1339S 041… 11108 ,"CD","LBO","Lusambo","Lusambo",,"---4----","AI","9912",,, 15653 ,"CZ","LBO","Lazne Bohdanec","Lazne Bohdanec","PA","--3-----","RL","1007",,"5004N 01540E", 21522 ,"DE","LBO","Lauta bei Hoyerswerda","Lauta bei Hoyerswerda","SN","--3-----","RQ","1001",,"5128N 014… 36700 ,"FR","LBO","La Bocca","La Bocca","06","1-3-----","RL","0701",,"4333N 00659E",""
|
D | 2013-1_UNLOCODE_CodeListPart2.csv | 3053 ,"GB","LBO","Little Brampton","Little Brampton","SHR","--3--6--","RQ","0607",,"5225N 00256W", 12713 "+","IT","LBO","Labico","Labico","RM","--3-----","RL","1301",,"4147N 01253E",
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 2119 ,"PL","LBO","Lubon","Lubon","WP","-23--6--","RL","0907",,"5220N 01653E","" 18397 ,"US","LBO","Lebanon","Lebanon","CT","--3-----","RQ","9307",,,
|