Searched refs:CurrCond (Results 1 – 2 of 2) sorted by relevance
1637 Value *CurrCond = II->getArgOperand(0); in visitCallInst() local1641 if (CurrCond != NextCond) { in visitCallInst()1648 replaceOperand(*II, 0, Builder.CreateAnd(CurrCond, NextCond)); in visitCallInst()
4179 Value *CurrCond = II->getArgOperand(0); in visitCallInst() local4183 if (CurrCond != NextCond) { in visitCallInst()4190 II->setArgOperand(0, Builder.CreateAnd(CurrCond, NextCond)); in visitCallInst()