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

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 534 Constant *FirstPatternValue = nullptr;
539 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL);
541 assert((FirstSplatValue || FirstPatternValue) &&
582 if (FirstPatternValue != SecondPatternValue)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 603 Constant *FirstPatternValue = nullptr;
608 FirstPatternValue = getMemSetPatternValue(FirstStoredVal, DL);
610 assert((FirstSplatValue || FirstPatternValue) &&
651 if (FirstPatternValue != SecondPatternValue)
    [all...]

Completed in 46 milliseconds