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

  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 501 APInt Ytop = C1A2_C2A1->getAPInt();
505 DEBUG(dbgs() << "\t\tYtop = " << Ytop << "\n");
510 APInt Yq = Ytop;
511 APInt Yr = Ytop;
512 APInt::sdivrem(Ytop, Ybot, Yq, Yr);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DependenceAnalysis.cpp 502 APInt Ytop = C1A2_C2A1->getAPInt();
506 LLVM_DEBUG(dbgs() << "\t\tYtop = " << Ytop << "\n");
511 APInt Yq = Ytop;
512 APInt Yr = Ytop;
513 APInt::sdivrem(Ytop, Ybot, Yq, Yr);
    [all...]

Completed in 110 milliseconds