Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp919 auto [CurrCond, IsAux, IsRev, CondIdx] = It->second; in collectSelectGroups()
920 if (Cond != CurrCond) { in collectSelectGroups()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3484 Value *CurrCond = II->getArgOperand(0); in visitCallInst() local
3488 if (CurrCond != NextCond) { in visitCallInst()
3495 replaceOperand(*II, 0, Builder.CreateAnd(CurrCond, NextCond)); in visitCallInst()