Home
last modified time | relevance | path

Searched refs:getInductionBinOp (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.h283 BinaryOperator *getInductionBinOp() const { return InductionBinOp; } in getInductionBinOp() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp207 Instruction *StepInst = IndDesc.getInductionBinOp(); in getBounds()
310 Instruction *StepInst = IndDesc.getInductionBinOp(); in getInductionVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2881 auto InductionBinOp = ID.getInductionBinOp(); in emitTransformedIndex()