Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h326 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2275 getStepVector(SplatStart, 0, Step, II.getInductionOpcode()); in createVectorIntOrFpInductionPHI()
2285 AddOp = II.getInductionOpcode(); in createVectorIntOrFpInductionPHI()
2448 ID.getInductionOpcode()); in widenIntOrFpInduction()
2570 AddOp = ID.getInductionOpcode(); in buildScalarSteps()