HomeSort by: relevance | last modified time | path
    Searched defs:computeOverflowForSignedMul (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 291 return computeOverflowForSignedMul(LHS, RHS, &CxtI) ==
501 OverflowResult computeOverflowForSignedMul(const Value *LHS,
504 return llvm::computeOverflowForSignedMul(LHS, RHS, DL, &AC, CxtI, &DT);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
InstCombiner.h 488 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS,
490 return llvm::computeOverflowForSignedMul(LHS, RHS, DL, &AC, CxtI, &DT);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp 4673 llvm::computeOverflowForSignedMul(const Value *LHS, const Value *RHS,

Completed in 61 milliseconds