HomeSort by relevance Sort by last modified time
    Searched defs:StrideVal (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 124 Value *StrideVal = SI->second;
127 StrideVal = stripIntegerCast(StrideVal);
130 Value *One = ConstantInt::get(StrideVal->getType(), 1);
132 RewriteMap[StrideVal] = One;
135 const auto *U = cast<SCEVUnknown>(SE->getSCEV(StrideVal));
137 static_cast<const SCEVConstant *>(SE->getOne(StrideVal->getType()));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 155 Value *StrideVal = SI->second;
158 StrideVal = stripIntegerCast(StrideVal);
161 const auto *U = cast<SCEVUnknown>(SE->getSCEV(StrideVal));
163 static_cast<const SCEVConstant *>(SE->getOne(StrideVal->getType()));
    [all...]

Completed in 3394 milliseconds