Searched refs:IV2 (Results 1 – 3 of 3) sorted by relevance
275 # define IV2 IV1 macro
281 # define IV2 IV1 macro
2686 const Value *IV2 = PN2->getIncomingValueForBlock(IncomBB); in isNonEqualPHIs() local2688 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()