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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp160 // isHighOnes - Return true if the constant is of the form 1+0+.
162 static bool isHighOnes(const ConstantInt *CI) { function
1729 if (RHSV == 0 && isHighOnes(BOC)) {

Completed in 279 milliseconds