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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp138 static bool isSignTest(ICmpInst::Predicate &pred, const ConstantInt *RHS) { function
1347 if (isSignTest(pred, RHS) && !Val->isZero() &&
1479 if (isSignTest(pred, RHS) &&

Completed in 260 milliseconds