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

  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 779 unsigned widestWidthSeen = 0;
795 if (SrcTy->getBitWidth() > widestWidthSeen) {
796 widestWidthSeen = SrcTy->getBitWidth();
799 if (DstTy->getBitWidth() > widestWidthSeen) {
800 widestWidthSeen = DstTy->getBitWidth();
806 assert(widestWidthSeen > 0);
820 if (SrcTy->getBitWidth() < widestWidthSeen)
823 if (DstTy->getBitWidth() < widestWidthSeen) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DependenceAnalysis.cpp 794 unsigned widestWidthSeen = 0;
810 if (SrcTy->getBitWidth() > widestWidthSeen) {
811 widestWidthSeen = SrcTy->getBitWidth();
814 if (DstTy->getBitWidth() > widestWidthSeen) {
815 widestWidthSeen = DstTy->getBitWidth();
821 assert(widestWidthSeen > 0);
835 if (SrcTy->getBitWidth() < widestWidthSeen)
838 if (DstTy->getBitWidth() < widestWidthSeen) {
    [all...]

Completed in 51 milliseconds