Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp355 if (IndDesc.getInductionOpcode() != Instruction::Add && in isAuxiliaryInductionVariable()
356 IndDesc.getInductionOpcode() != Instruction::Sub) in isAuxiliaryInductionVariable()
416 if (IndDesc.getInductionOpcode() != Instruction::Add) in isCanonical()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIVDescriptors.h362 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2339 AddOp = ID.getInductionOpcode(); in buildScalarSteps()
9271 SplatStart, Zero, Step, ID.getInductionOpcode(), State.VF, State.Builder); in execute()
9281 AddOp = ID.getInductionOpcode(); in execute()
9477 EntryPart = State.Builder.CreateBinOp(IndDesc.getInductionOpcode(), in execute()