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 77 /// isRunOfOnes - Returns true iff Val consists of one contiguous run of 1s
81 static bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME);
326 bool PPCDAGToDAGISel::isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) {
384 return isRunOfOnes(Mask, MB, ME);
432 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 48 milliseconds