Home
last modified time | relevance | path

Searched refs:IV1 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dmodes_internal_test.c266 static const u8 K1[16], P1[] = { 0 }, A1[] = { 0 }, IV1[12], C1[] = { 0 }; variable
275 # define IV2 IV1
722 # define IV19 IV1
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dmodes_internal_test.c272 static const u8 K1[16], P1[] = { 0 }, A1[] = { 0 }, IV1[12], C1[] = { 0 }; variable
281 # define IV2 IV1
728 # define IV19 IV1
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp2685 const Value *IV1 = PN1->getIncomingValueForBlock(IncomBB); in isNonEqualPHIs() local
2688 if (match(IV1, m_APInt(C1)) && match(IV2, m_APInt(C2)) && *C1 != *C2) in isNonEqualPHIs()
2697 if (!isKnownNonEqual(IV1, IV2, Depth + 1, RecQ)) in isNonEqualPHIs()