Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp134 static bool isSameCompare(Value *V, CmpInst::Predicate Pred, Value *LHS, in isSameCompare() function
160 } else if (!SimplifiedCmp && isSameCompare(Cond, Pred, LHS, RHS)) { in simplifyCmpSelCase()