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