HomeSort by relevance Sort by last modified time
    Searched defs:UB (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAliasAnalysis.cpp 72 const Value *UB = GetUnderlyingObjCPtr(SB);
73 if (UA != SA || UB != SB) {
74 Result = AliasAnalysis::alias(Location(UA), Location(UB));
  /external/libyuv/files/source/
row_common.cc 428 #define UB 127 /* min(63,static_cast<int8>(2.018 * 64)) */
437 #define BB UB * 128 + VB * 128
453 uint32 b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6);
465 *b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6);
    [all...]
row_posix.cc     [all...]
row_win.cc     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 927 const SCEV *UB = SE->getBackedgeTakenCount(L);
928 return SE->getNoopOrZeroExtend(UB, T);
939 if (const SCEV *UB = collectUpperBound(L, T))
940 return dyn_cast<SCEVConstant>(UB);
    [all...]

Completed in 99 milliseconds