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

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

Completed in 26 milliseconds