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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 490 OverflowResult computeOverflowForUnsignedMul(Value *LHS, Value *RHS,
492 return llvm::computeOverflowForUnsignedMul(LHS, RHS, DL, AC, CxtI, DT);
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]

Completed in 56 milliseconds