Home
last modified time | relevance | path

Searched refs:IK_PtrInduction (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp807 assert((IK != IK_PtrInduction || StartValue->getType()->isPointerTy()) && in InductionDescriptor()
816 assert((IK != IK_PtrInduction || getConstIntStepValue()) && in InductionDescriptor()
1121 D = InductionDescriptor(StartValue, IK_PtrInduction, StepValue, BOp); in isInductionPHI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h266 IK_PtrInduction, ///< Pointer induction var. Step = C / sizeof(elem). enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2871 case InductionDescriptor::IK_PtrInduction: { in emitTransformedIndex()
4161 case InductionDescriptor::IK_PtrInduction: { in widenPHIInstruction()
4519 if (Induction.second.getKind() != InductionDescriptor::IK_PtrInduction) in collectLoopScalars()
4568 if (Induction.second.getKind() == InductionDescriptor::IK_PtrInduction) in collectLoopScalars()