Home
last modified time | relevance | path

Searched refs:InductionKind (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h263 enum InductionKind { enum
281 InductionKind getKind() const { return IK; } in getKind()
348 InductionDescriptor(Value *Start, InductionKind K, const SCEV *Step,
355 InductionKind IK = IK_NoInduction;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp798 InductionDescriptor::InductionDescriptor(Value *Start, InductionKind K, in InductionDescriptor()