Searched refs:L21 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DgiantPort_PPC_Gnu.s155 b L21
162 L21: label
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DgiantPort_PPC_Gnu.s155 b L21
162 L21: label
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp545 // LHS might be of the form L11 & L12 == X, X == L21 & L22,
546 // and L11 & L12 == L21 & L22. The same goes for RHS.
552 Value *L11,*L12,*L21,*L22; local
555 L21 = L22 = L1 = 0;
559 if (!match(L2, m_And(m_Value(L21), m_Value(L22))))
560 L21 = L22 = 0;
565 L21 = L22 = 0;
578 if (R11 == L11 || R11 == L12 || R11 == L21 || R11 == L22) {
580 } else if (R12 == L11 || R12 == L12 || R12 == L21 || R12 == L22) {
587 if (R11 == L11 || R11 == L12 || R11 == L21 || R1
[all...]

Completed in 66 milliseconds