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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp170 // isHighOnes - Return true if the constant is of the form 1+0+.
172 static bool isHighOnes(const ConstantInt *CI) { function
1958 if (RHSV == 0 && isHighOnes(BOC)) {

Completed in 94 milliseconds