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 | 328 Value *IV1 = PN.getIncomingValueForBlock(IncomingBlocks[1]); in IncomingValuesAreCompatible() local 329 if (IV0 == IV1) in IncomingValuesAreCompatible() 332 EquivalenceSet->contains(IV1)) in IncomingValuesAreCompatible()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 3502 const Value *IV1 = PN1->getIncomingValueForBlock(IncomBB); in isNonEqualPHIs() local 3505 if (match(IV1, m_APInt(C1)) && match(IV2, m_APInt(C2)) && *C1 != *C2) in isNonEqualPHIs() 3514 if (!isKnownNonEqual(IV1, IV2, DemandedElts, Depth + 1, RecQ)) in isNonEqualPHIs()
|