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

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 565 Value *SecondStoredVal = SL[k]->getValueOperand();
570 SecondSplatValue = isBytewiseValue(SecondStoredVal);
572 SecondPatternValue = getMemSetPatternValue(SecondStoredVal, DL);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 634 Value *SecondStoredVal = SL[k]->getValueOperand();
639 SecondSplatValue = isBytewiseValue(SecondStoredVal);
641 SecondPatternValue = getMemSetPatternValue(SecondStoredVal, DL);
    [all...]

Completed in 52 milliseconds