Home
last modified time | relevance | path

Searched refs:CurrCond (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1637 Value *CurrCond = II->getArgOperand(0); in visitCallInst() local
1641 if (CurrCond != NextCond) { in visitCallInst()
1648 replaceOperand(*II, 0, Builder.CreateAnd(CurrCond, NextCond)); in visitCallInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4179 Value *CurrCond = II->getArgOperand(0); in visitCallInst() local
4183 if (CurrCond != NextCond) { in visitCallInst()
4190 II->setArgOperand(0, Builder.CreateAnd(CurrCond, NextCond)); in visitCallInst()