Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h280 Value *getStartValue() const { return StartValue; } in getStartValue() function
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()