HomeSort by relevance Sort by last modified time
    Searched defs:Sum (Results 26 - 36 of 36) sorted by null

12

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
bitstream.c     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 555 const SCEV *Sum = SE->getAddExpr(A1X1, B1Y1);
556 if (isKnownPredicate(CmpInst::ICMP_EQ, Sum, Y->getC()))
558 if (isKnownPredicate(CmpInst::ICMP_NE, Sum, Y->getC())) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 467 // Modified the sum result - switch anything that used the old sum to use
    [all...]
DAGCombiner.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 181 /// \returns The result (i.e. sum/product) returned by the intrinsic.
    [all...]
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 352 const SCEV *Sum = SE.getAddExpr(Good);
353 if (!Sum->isZero())
354 BaseRegs.push_back(Sum);
358 const SCEV *Sum = SE.getAddExpr(Bad);
359 if (!Sum->isZero())
360 BaseRegs.push_back(Sum);
387 // Keep the invariant sum in BaseRegs and one of the variant sum in ScaledReg.
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 622 milliseconds

12