HomeSort by: relevance | last modified time | path
    Searched refs:getInductionOpcode (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IVDescriptors.h 326 Instruction::BinaryOps getInductionOpcode() const {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopInfo.cpp 358 if (IndDesc.getInductionOpcode() != Instruction::Add &&
359 IndDesc.getInductionOpcode() != Instruction::Sub)
419 if (IndDesc.getInductionOpcode() != Instruction::Add)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 2275 getStepVector(SplatStart, 0, Step, II.getInductionOpcode());
2285 AddOp = II.getInductionOpcode();
2448 ID.getInductionOpcode());
2570 AddOp = ID.getInductionOpcode();

Completed in 26 milliseconds