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

  /external/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 53 const User *UR = U.getUser();
54 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(UR)) {
64 } else if (const Instruction *I = dyn_cast<Instruction>(UR)) {
160 } else if (const Constant *C = dyn_cast<Constant>(UR)) {
  /external/llvm/lib/Support/
ScaledNumber.cpp 27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS);
30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR;
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 91 User *UR = U.getUser();
93 if (isa<BlockAddress>(UR)) continue;
97 if (!isa<CallInst>(UR) && !isa<InvokeInst>(UR))
100 CallSite CS(cast<Instruction>(UR));
ArgumentPromotion.cpp 473 User *UR = U.getUser();
475 if (LoadInst *LI = dyn_cast<LoadInst>(UR)) {
481 } else if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(UR)) {
    [all...]
  /external/llvm/lib/IR/
ConstantRange.cpp 615 ConstantRange UR = Result_zext.truncate(getBitWidth());
634 return UR.getSetSize().ult(SR.getSetSize()) ? UR : SR;
  /external/libyuv/files/source/
row_common.cc 430 #define UR 0
439 #define BR UR * 128 + VR * 128
455 uint32 r = Clip(static_cast<int32>((u * UR + v * VR) - (BR) + y1) >> 6);
467 *r = Clip(static_cast<int32>((u * UR + v * VR) - (BR) + y1) >> 6);
    [all...]
row_posix.cc     [all...]
row_win.cc     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 378 const SkVector& UR = rrect.radii(SkRRect::kUpperRight_Corner);
383 const SkScalar rightUnstretched = SkTMax(UR.fX, LR.fX) + SkIntToScalar(2 * margin.fX);
395 const SkScalar topUnstretched = SkTMax(UL.fY, UR.fY) + SkIntToScalar(2 * margin.fY);
409 radii[SkRRect::kUpperRight_Corner] = UR;
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 947 #define UR 0
956 #define BR UR * 128 + VR * 128
963 *r = Clamp((int32)((u * UR + v * VR) - (BR) + y1) >> 6);
    [all...]
row_posix.cc     [all...]
row_win.cc 30 #define UR 0
39 #define BR UR * 128 + VR * 128
46 UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, V
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 515 milliseconds