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

  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 152 /// SimplifyShlInst - Given operands for a Shl, see if we can
154 Value *SimplifyShlInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 700 SimplifyShlInst(I.getOperand(0), I.getOperand(1), I.hasNoSignedWrap(),
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 421 milliseconds