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

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp518 /// SimplifyAddInst - Given operands for an Add, see if we can
520 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, function
576 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, function in class:llvm
579 return ::SimplifyAddInst(Op0, Op1, isNSW, isNUW, Query (DL, TLI, DT),
2892 return SimplifyAddInst(LHS, RHS, /*isNSW*/false, /*isNUW*/false,
3072 Result = SimplifyAddInst(I->getOperand(0), I->getOperand(1),

Completed in 63 milliseconds