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

  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 48 /// SimplifyAddInst - Given operands for an Add, see if we can
50 Value *SimplifyAddInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 288 if (Value *Res = SimplifyAddInst(LHS, RHS, isNSW, isNUW, TD, TLI, DT)) {
InstructionSimplify.cpp 590 /// SimplifyAddInst - Given operands for an Add, see if we can
592 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
653 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
656 return ::SimplifyAddInst(Op0, Op1, isNSW, isNUW, Query (TD, TLI, DT),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 917 if (Value *V = SimplifyAddInst(LHS, RHS, I.hasNoSignedWrap(),
    [all...]

Completed in 55 milliseconds