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 97 /// SimplifyUDivInst - Given operands for a UDiv, see if we can
99 Value *SimplifyUDivInst(Value *LHS, Value *RHS,
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 912 if (Value *V = SimplifyUDivInst(Op0, Op1, DL))
    [all...]

Completed in 43 milliseconds