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 58 /// SimplifySubInst - Given operands for a Sub, see if we can
60 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 660 /// SimplifySubInst - Given operands for a Sub, see if we can
662 static Value *SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
779 Value *llvm::SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
783 return ::SimplifySubInst(Op0, Op1, isNSW, isNUW, Query(DL, TLI, DT, AC, CxtI),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]

Completed in 72 milliseconds