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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 428 /// isMulSExtable - Return true if the given mul can be sign-extended
430 static bool isMulSExtable(const SCEVMulExpr *M, ScalarEvolution &SE) {
509 if (IgnoreSignificantBits || isMulSExtable(Mul, SE)) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 525 static bool isMulSExtable(const SCEVMulExpr *M, ScalarEvolution &SE) {
601 if (IgnoreSignificantBits || isMulSExtable(Mul, SE)) {
    [all...]

Completed in 70 milliseconds