Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dmodes_internal_test.c275 # define IV2 IV1 macro
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dmodes_internal_test.c281 # define IV2 IV1 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp2686 const Value *IV2 = PN2->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()