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

  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 46 /// SimplifyMulInst - Given operands for a Mul, see if we can
48 Value *SimplifyMulInst(Value *LHS, Value *RHS, const TargetData *TD = 0,
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 103 if (Value *V = SimplifyMulInst(Op0, Op1, TD))

Completed in 62 milliseconds