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