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

  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 95 /// SimplifyLShrInst - Given operands for a LShr, see if we can
97 Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 723 if (Value *V = SimplifyLShrInst(I.getOperand(0), I.getOperand(1),
    [all...]

Completed in 26 milliseconds