Searched defs:SimplifyAddInst (Results 1 - 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 540 /// SimplifyAddInst - Given operands for an Add, see if we can 542 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, function 604 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, function in class:llvm 606 return ::SimplifyAddInst(Op0, Op1, isNSW, isNUW, TD, DT, RecursionLimit); 2347 return SimplifyAddInst(LHS, RHS, /*isNSW*/false, /*isNUW*/false, 2430 Result = SimplifyAddInst(I->getOperand(0), I->getOperand(1),
|
/external/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 529 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, function 582 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, function in class:llvm 586 return ::SimplifyAddInst(Op0, Op1, isNSW, isNUW, Query(DL, TLI, DT, AC, CxtI), 3765 return SimplifyAddInst(LHS, RHS, /*isNSW*/false, /*isNUW*/false, 4100 Result = SimplifyAddInst(I->getOperand(0), I->getOperand(1),
|
Completed in 225 milliseconds