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

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 533 Value *FirstSplatValue = nullptr;
537 FirstSplatValue = isBytewiseValue(FirstStoredVal);
541 assert((FirstSplatValue || FirstPatternValue) &&
579 if (FirstSplatValue != SecondSplatValue)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 602 Value *FirstSplatValue = nullptr;
606 FirstSplatValue = isBytewiseValue(FirstStoredVal);
610 assert((FirstSplatValue || FirstPatternValue) &&
648 if (FirstSplatValue != SecondSplatValue)
    [all...]

Completed in 973 milliseconds