Searched refs:IV1 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | modes_internal_test.c | 275 static const u8 K1[16], P1[] = { 0 }, A1[] = { 0 }, IV1[12], C1[] = { 0 }; variable 284 #define IV2 IV1 731 #define IV19 IV1
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 347 Value *IV1 = PN.getIncomingValueForBlock(IncomingBlocks[1]); in incomingValuesAreCompatible() local 348 if (IV0 == IV1) in incomingValuesAreCompatible() 351 EquivalenceSet->contains(IV1)) in incomingValuesAreCompatible()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 3732 const Value *IV1 = PN1->getIncomingValueForBlock(IncomBB); in isNonEqualPHIs() local 3735 if (match(IV1, m_APInt(C1)) && match(IV2, m_APInt(C2)) && *C1 != *C2) in isNonEqualPHIs() 3744 if (!isKnownNonEqual(IV1, IV2, DemandedElts, RecQ, Depth + 1)) in isNonEqualPHIs()
|