Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp359 if (IndDesc.getInductionOpcode() != Instruction::Add && in isAuxiliaryInductionVariable()
360 IndDesc.getInductionOpcode() != Instruction::Sub) in isAuxiliaryInductionVariable()
420 if (IndDesc.getInductionOpcode() != Instruction::Add) in isCanonical()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIVDescriptors.h365 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2374 AddOp = ID.getInductionOpcode(); in buildScalarSteps()
9392 SplatStart, Zero, Step, ID.getInductionOpcode(), State.VF, State.Builder); in execute()
9402 AddOp = ID.getInductionOpcode(); in execute()