Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h264 IK_NoInduction, ///< Not an induction variable. enumerator
355 InductionKind IK = IK_NoInduction;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp802 assert(IK != IK_NoInduction && "Not an induction"); in InductionDescriptor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2905 case InductionDescriptor::IK_NoInduction: in emitTransformedIndex()
4156 case InductionDescriptor::IK_NoInduction: in widenPHIInstruction()