HomeSort by relevance Sort by last modified time
    Searched refs:getConstIntStepValue (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 670 assert((!getConstIntStepValue() || !getConstIntStepValue()->isZero()) &&
673 assert((IK != IK_PtrInduction || getConstIntStepValue()) &&
679 ConstantInt *ConstStep = getConstIntStepValue();
685 ConstantInt *InductionDescriptor::getConstIntStepValue() const {
709 if (getConstIntStepValue() &&
710 getConstIntStepValue()->isMinusOne())
712 if (getConstIntStepValue() &&
713 getConstIntStepValue()->isOne())
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 292 ConstantInt *getConstIntStepValue() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 295 ConstantInt *getConstIntStepValue() const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
LoopUtils.h 297 ConstantInt *getConstIntStepValue() const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
LoopUtils.h 297 ConstantInt *getConstIntStepValue() const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
LoopUtils.h 303 ConstantInt *getConstIntStepValue() const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
LoopUtils.h 303 ConstantInt *getConstIntStepValue() const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
LoopUtils.h 303 ConstantInt *getConstIntStepValue() const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
LoopUtils.h 296 ConstantInt *getConstIntStepValue() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 295 ConstantInt *getConstIntStepValue() const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
LoopUtils.h 297 ConstantInt *getConstIntStepValue() const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
LoopUtils.h 297 ConstantInt *getConstIntStepValue() const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
LoopUtils.h 303 ConstantInt *getConstIntStepValue() const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
LoopUtils.h 303 ConstantInt *getConstIntStepValue() const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
LoopUtils.h 303 ConstantInt *getConstIntStepValue() const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
LoopUtils.h 296 ConstantInt *getConstIntStepValue() const;
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 224 milliseconds