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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 532 /// ExtractImmediate - If S involves the addition of a constant integer value,
535 static int64_t ExtractImmediate(const SCEV *&S, ScalarEvolution &SE) {
543 int64_t Result = ExtractImmediate(NewOps.front(), SE);
549 int64_t Result = ExtractImmediate(NewOps.front(), SE);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 624 static int64_t ExtractImmediate(const SCEV *&S, ScalarEvolution &SE) {
632 int64_t Result = ExtractImmediate(NewOps.front(), SE);
638 int64_t Result = ExtractImmediate(NewOps.front(), SE);
    [all...]

Completed in 247 milliseconds