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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 515 unsigned LBitWidth = LA.getBitWidth(), RBitWidth = RA.getBitWidth();
516 if (LBitWidth != RBitWidth)
517 return (int)LBitWidth - (int)RBitWidth;
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 540 unsigned LBitWidth = LA.getBitWidth(), RBitWidth = RA.getBitWidth();
541 if (LBitWidth != RBitWidth)
542 return (int)LBitWidth - (int)RBitWidth;
    [all...]

Completed in 75 milliseconds