OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:L11
(Results
1 - 2
of
2
) sorted by null
/external/llvm/test/MC/MachO/
x86_32-symbols.s
37
L11
:
/external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
565
// LHS might be of the form
L11
& L12 == X, X == L21 & L22,
566
// and
L11
& L12 == L21 & L22. The same goes for RHS.
572
Value *
L11
,*L12,*L21,*L22;
574
if (decomposeBitTestICmp(LHS, LHSCC,
L11
, L12, L2)) {
580
L11
= L12 = nullptr;
581
} else if (!match(L1, m_And(m_Value(
L11
), m_Value(L12)))) {
584
L11
= L1;
606
if (R11 ==
L11
|| R11 == L12 || R11 == L21 || R11 == L22) {
608
} else if (R12 ==
L11
|| R12 == L12 || R12 == L21 || R12 == L22) {
622
if (R11 ==
L11
|| R11 == L12 || R11 == L21 || R11 == L22)
[
all
...]
Completed in 173 milliseconds