Home
last modified time | relevance | path

Searched refs:getConstIntStepValue (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp813 assert((!getConstIntStepValue() || !getConstIntStepValue()->isZero()) && in InductionDescriptor()
816 assert((IK != IK_PtrInduction || getConstIntStepValue()) && in InductionDescriptor()
837 ConstantInt *ConstStep = getConstIntStepValue(); in getConsecutiveDirection()
843 ConstantInt *InductionDescriptor::getConstIntStepValue() const { in getConstIntStepValue() function in InductionDescriptor
DLoopInfo.cpp414 ConstantInt *Step = IndDesc.getConstIntStepValue(); in isCanonical()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h284 ConstantInt *getConstIntStepValue() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp517 ID.getConstIntStepValue() && ID.getConstIntStepValue()->isOne() && in addInductionPhi()
DLoopVectorize.cpp2865 if (ID.getConstIntStepValue() && ID.getConstIntStepValue()->isMinusOne()) in emitTransformedIndex()