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 30 /// SimplifyAddInst - Given operands for an Add, see if we can
32 Value *SimplifyAddInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 287 if (Value *Res = SimplifyAddInst(LHS, RHS, isNSW, isNUW, TD, DT)) {
InstructionSimplify.cpp 520 /// SimplifyAddInst - Given operands for an Add, see if we can
522 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
584 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
586 return ::SimplifyAddInst(Op0, Op1, isNSW, isNUW, TD, DT, RecursionLimit);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 90 if (Value *V = SimplifyAddInst(LHS, RHS, I.hasNoSignedWrap(),

Completed in 154 milliseconds