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

  /external/llvm/lib/Analysis/
VectorUtils.cpp 327 const APInt &APStepVal = cast<SCEVConstant>(M->getOperand(0))->getAPInt();
330 if (APStepVal.getBitWidth() > 64)
333 int64_t StepVal = APStepVal.getSExtValue();
LoopAccessAnalysis.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 237 milliseconds