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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DInstructionSimplify.h30 /// SimplifyAddInst - Given operands for an Add, see if we can
32 Value *SimplifyAddInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
/external/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h49 /// SimplifyAddInst - Given operands for an Add, see if we can
51 Value *SimplifyAddInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
/external/llvm/lib/Analysis/
H A DPHITransAddr.cpp283 if (Value *Res = SimplifyAddInst(LHS, RHS, isNSW, isNUW, DL, TLI, DT, AC)) {
H A DInstructionSimplify.cpp529 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),
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DPHITransAddr.cpp287 if (Value *Res = SimplifyAddInst(LHS, RHS, isNSW, isNUW, TD, DT)) {
H A DInstructionSimplify.cpp540 /// 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/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp90 if (Value *V = SimplifyAddInst(LHS, RHS, I.hasNoSignedWrap(),
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1037 if (Value *V = SimplifyAddInst(LHS, RHS, I.hasNoSignedWrap(),

Completed in 214 milliseconds