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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
DebugContext.java 31 Allocation AInt;
53 AInt = Allocation.createTyped(mRS, t);
54 Soob.set_aInt(AInt);
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 600 const APInt &AInt = IncSCEV->getValue()->getValue().abs();
601 if (IncSCEV->getValue()->isZero() || AInt.uge(MaxInc))
    [all...]

Completed in 60 milliseconds