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

  /external/llvm/include/llvm/Analysis/
ValueTracking.h 318 OverflowResult computeOverflowForUnsignedMul(Value *LHS, Value *RHS,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 490 OverflowResult computeOverflowForUnsignedMul(Value *LHS, Value *RHS,
492 return llvm::computeOverflowForUnsignedMul(LHS, RHS, DL, AC, CxtI, DT);
InstCombineMulDivRem.cpp 395 computeOverflowForUnsignedMul(Op0, Op1, &I) ==
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]

Completed in 194 milliseconds