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

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 566 Value *SecondSplatValue = nullptr;
570 SecondSplatValue = isBytewiseValue(SecondStoredVal);
574 assert((SecondSplatValue || SecondPatternValue) &&
579 if (FirstSplatValue != SecondSplatValue)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 635 Value *SecondSplatValue = nullptr;
639 SecondSplatValue = isBytewiseValue(SecondStoredVal);
643 assert((SecondSplatValue || SecondPatternValue) &&
648 if (FirstSplatValue != SecondSplatValue)
    [all...]

Completed in 102 milliseconds