Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp360 if (IndDesc.getInductionOpcode() != Instruction::Add && in isAuxiliaryInductionVariable()
361 IndDesc.getInductionOpcode() != Instruction::Sub) in isAuxiliaryInductionVariable()
421 if (IndDesc.getInductionOpcode() != Instruction::Add) in isCanonical()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h367 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1294 SplatStart, Zero, Step, ID.getInductionOpcode(), State.VF, State.Builder); in print()
1304 AddOp = ID.getInductionOpcode(); in execute()
H A DVPlan.h2934 IV, Step, IndDesc.getInductionOpcode(),