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

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
VectorUtils.cpp 230 const APInt &APStepVal = cast<SCEVConstant>(M->getOperand(0))->getAPInt();
233 if (APStepVal.getBitWidth() > 64)
236 int64_t StepVal = APStepVal.getSExtValue();
LoopAccessAnalysis.cpp 1092 const APInt &APStepVal = C->getAPInt();
1095 if (APStepVal.getBitWidth() > 64)
1098 int64_t StepVal = APStepVal.getSExtValue();

Completed in 19 milliseconds