Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h327 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp358 if (IndDesc.getInductionOpcode() != Instruction::Add && in isAuxiliaryInductionVariable()
359 IndDesc.getInductionOpcode() != Instruction::Sub) in isAuxiliaryInductionVariable()
419 if (IndDesc.getInductionOpcode() != Instruction::Add) in isCanonical()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2294 getStepVector(SplatStart, 0, Step, II.getInductionOpcode()); in createVectorIntOrFpInductionPHI()
2304 AddOp = II.getInductionOpcode(); in createVectorIntOrFpInductionPHI()
2467 ID.getInductionOpcode()); in widenIntOrFpInduction()
2589 AddOp = ID.getInductionOpcode(); in buildScalarSteps()