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

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 520 Value *FirstStoredVal = SL[i]->getValueOperand();
537 FirstSplatValue = isBytewiseValue(FirstStoredVal);
539 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 589 Value *FirstStoredVal = SL[i]->getValueOperand();
606 FirstSplatValue = isBytewiseValue(FirstStoredVal);
608 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL);
    [all...]

Completed in 1374 milliseconds