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

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp528 /// SimplifyAddInst - Given operands for an Add, see if we can
530 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, function
586 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, function in class:llvm
590 return ::SimplifyAddInst(Op0, Op1, isNSW, isNUW, Query(DL, TLI, DT, AC, CxtI),
3431 return SimplifyAddInst(LHS, RHS, /*isNSW*/false, /*isNUW*/false,
3645 Result = SimplifyAddInst(I->getOperand(0), I->getOperand(1),

Completed in 190 milliseconds