Searched refs:CurrCond (Results 1 – 1 of 1) sorted by relevance
2344 Value *CurrCond = II->getArgOperand(0); in visitCallInst() local2348 if (CurrCond != NextCond) { in visitCallInst()2355 replaceOperand(*II, 0, Builder.CreateAnd(CurrCond, NextCond)); in visitCallInst()