Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dmodes_internal_test.c281 # define IV2 IV1 macro
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3026 const Value *IV2 = PN2->getIncomingValueForBlock(IncomBB); in isNonEqualPHIs() local
3028 if (match(IV1, m_APInt(C1)) && match(IV2, m_APInt(C2)) && *C1 != *C2) in isNonEqualPHIs()
3037 if (!isKnownNonEqual(IV1, IV2, Depth + 1, RecQ)) in isNonEqualPHIs()