HomeSort by relevance Sort by last modified time
    Searched refs:isRunOfOnes (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 89 /// isRunOfOnes - Returns true iff Val consists of one contiguous run of 1s
93 static bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME);
338 bool PPCDAGToDAGISel::isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) {
396 return isRunOfOnes(Mask, MB, ME);
444 if (InsertMask && isRunOfOnes(InsertMask, MB, ME)) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 318 // isRunOfOnes - Returns true iff Val consists of one contiguous run of 1s with
322 static bool isRunOfOnes(ConstantInt *Val, uint32_t &MB, uint32_t &ME) {
367 if (isRunOfOnes(Mask, MB, ME)) { // begin/end bit of run, inclusive
    [all...]

Completed in 42 milliseconds