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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp141 // isHighOnes - Return true if the constant is of the form 1+0+.
143 static bool isHighOnes(const ConstantInt *CI) { function
1470 if (RHSV == 0 && isHighOnes(BOC)) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp181 static bool isHighOnes(const ConstantInt *CI) { function
2315 if (RHSV == 0 && isHighOnes(BOC)) {

Completed in 96 milliseconds