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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IVDescriptors.h 285 ConstantInt *getConstIntStepValue() const;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
IVDescriptors.cpp 953 assert((!getConstIntStepValue() || !getConstIntStepValue()->isZero()) &&
956 assert((IK != IK_PtrInduction || getConstIntStepValue()) &&
976 ConstantInt *InductionDescriptor::getConstIntStepValue() const {
LoopInfo.cpp 422 ConstantInt *Step = IndDesc.getConstIntStepValue();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 519 ID.getConstIntStepValue() && ID.getConstIntStepValue()->isOne() &&
LoopVectorize.cpp 3397 if (ID.getConstIntStepValue() && ID.getConstIntStepValue()->isMinusOne())

Completed in 82 milliseconds