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

  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 39 /// SimplifySubInst - Given operands for a Sub, see if we can
41 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 755 /// SimplifySubInst - Given operands for a Sub, see if we can
757 static Value *SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 543 if (Value *V = SimplifySubInst(Op0, Op1, I.hasNoSignedWrap(),

Completed in 25 milliseconds