Home
last modified time | relevance | path

Searched refs:getStartValue (Results 1 – 16 of 16) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/value/
DLottieRelativePointValueCallback.java27 frameInfo.getStartValue().x, in getValue()
31 frameInfo.getStartValue().y, in getValue()
DLottieRelativeIntegerValueCallback.java14 frameInfo.getStartValue(), in getValue()
DLottieRelativeFloatValueCallback.java24 frameInfo.getStartValue(), in getValue()
DLottieFrameInfo.java46 public T getStartValue() { in getStartValue() method in LottieFrameInfo
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
DAbstractUnivariateRealOptimizer.java176 public double getStartValue() { in getStartValue() method in AbstractUnivariateRealOptimizer
DBrentOptimizer.java55 getMin(), getStartValue(), getMax(), in doOptimize()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h280 Value *getStartValue() const { return StartValue; } in getStartValue() function
/external/llvm-project/llvm/include/llvm/Analysis/
DIVDescriptors.h277 Value *getStartValue() const { return StartValue; } in getStartValue() function
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h289 Value *getStartValue() const { return StartValue; } in getStartValue() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp518 isa<Constant>(ID.getStartValue()) && in addInductionPhi()
519 cast<Constant>(ID.getStartValue())->isNullValue()) { in addInductionPhi()
DLoopVectorize.cpp1689 Value *Start = II.getStartValue(); in createVectorIntOrFpInductionPHI()
1813 assert(IV->getType() == ID.getStartValue()->getType() && "Types must match"); in widenIntOrFpInduction()
2829 auto StartValue = ID.getStartValue(); in emitTransformedIndex()
3071 BCResumeVal->addIncoming(II.getStartValue(), BB); in createVectorizedLoopSkeleton()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp532 isa<Constant>(ID.getStartValue()) && in addInductionPhi()
533 cast<Constant>(ID.getStartValue())->isNullValue()) { in addInductionPhi()
DLoopVectorize.cpp2001 Value *Start = II.getStartValue(); in createVectorIntOrFpInductionPHI()
2127 assert(IV->getType() == ID.getStartValue()->getType() && "Types must match"); in widenIntOrFpInduction()
3200 auto StartValue = ID.getStartValue(); in emitTransformedIndex()
3391 BCResumeVal->addIncoming(II.getStartValue(), BB); in createInductionResumeValues()
4670 Value *ScalarStartValue = II.getStartValue(); in widenPHIInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp206 Value *InitialIVValue = IndDesc.getStartValue(); in getBounds()
407 ConstantInt *Init = dyn_cast_or_null<ConstantInt>(IndDesc.getStartValue()); in isCanonical()
/external/llvm-project/llvm/lib/Analysis/
DLoopInfo.cpp207 Value *InitialIVValue = IndDesc.getStartValue(); in getBounds()
408 ConstantInt *Init = dyn_cast_or_null<ConstantInt>(IndDesc.getStartValue()); in isCanonical()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1875 Value *Start = II.getStartValue(); in createVectorIntInductionPHI()
1914 assert(IV->getType() == ID.getStartValue()->getType() && "Types must match"); in widenIntInduction()
3097 BCResumeVal->addIncoming(II.getStartValue(), BB); in createEmptyLoop()
4552 isa<Constant>(ID.getStartValue()) && in addInductionPhi()
4553 cast<Constant>(ID.getStartValue())->isNullValue()) { in addInductionPhi()