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

  /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/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);
InstCombineCompares.cpp 4579 return computeOverflowForSignedMul(LHS, RHS, CxtI);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ValueTracking.h 505 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp 4673 llvm::computeOverflowForSignedMul(const Value *LHS, const Value *RHS,

Completed in 36 milliseconds