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

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

Completed in 98 milliseconds