Home
last modified time | relevance | path

Searched refs:StrideVal (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h694 APInt StrideVal = Step->getAPInt(); in isConstantStridedAccessLessThan() local
695 if (StrideVal.getBitWidth() > 64) in isConstantStridedAccessLessThan()
698 return StrideVal.getSExtValue() < MergeDistance; in isConstantStridedAccessLessThan()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp155 Value *StrideVal = SI->second; in replaceSymbolicStrideSCEV() local
158 StrideVal = stripIntegerCast(StrideVal); in replaceSymbolicStrideSCEV()
161 const auto *U = cast<SCEVUnknown>(SE->getSCEV(StrideVal)); in replaceSymbolicStrideSCEV()
163 static_cast<const SCEVConstant *>(SE->getOne(StrideVal->getType())); in replaceSymbolicStrideSCEV()