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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp76 static bool isSignTest(ICmpInst::Predicate &Pred, const APInt &C) { function
1973 if (isSignTest(Pred, C) && Mul->hasNoSignedWrap()) {
2091 // use the shift LHS operand instead; isSignTest may change 'Pred', so only
2093 if (isSignTest(Pred, C))

Completed in 93 milliseconds