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 94 /// SimplifyMulInst - Given operands for a Mul, see if we can
96 Value *SimplifyMulInst(Value *LHS, Value *RHS, const DataLayout &DL,
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 182 if (Value *V = SimplifyMulInst(Op0, Op1, DL, TLI, DT, AC))
    [all...]

Completed in 85 milliseconds