Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp81 static bool isSignTest(ICmpInst::Predicate &Pred, const APInt &C) { in isSignTest() function
2161 if (isSignTest(Pred, C) && Mul->hasNoSignedWrap()) { in foldICmpMulConstant()