Searched defs:SimplifyAddInst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp590 /// SimplifyAddInst - Given operands for an Add, see if we can
592 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, function
653 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, function in class:llvm
656 return ::SimplifyAddInst(Op0, Op1, isNSW, isNUW, Query (TD, TLI, DT),
2857 return SimplifyAddInst(LHS, RHS, /*isNSW*/false, /*isNUW*/false,
3036 Result = SimplifyAddInst(I->getOperand(0), I->getOperand(1),

Completed in 74 milliseconds