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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
InstCombiner.h 482 OverflowResult computeOverflowForUnsignedMul(const Value *LHS,
485 return llvm::computeOverflowForUnsignedMul(LHS, RHS, DL, &AC, CxtI, &DT);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 297 return computeOverflowForUnsignedMul(LHS, RHS, &CxtI) ==
495 OverflowResult computeOverflowForUnsignedMul(const Value *LHS,
498 return llvm::computeOverflowForUnsignedMul(LHS, RHS, DL, &AC, CxtI, &DT);
InstCombineCompares.cpp 4581 return computeOverflowForUnsignedMul(LHS, RHS, CxtI);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ValueTracking.h 498 OverflowResult computeOverflowForUnsignedMul(const Value *LHS,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopFlatten.cpp 443 OverflowResult OR = computeOverflowForUnsignedMul(
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp 4659 OverflowResult llvm::computeOverflowForUnsignedMul(

Completed in 35 milliseconds