Searched refs:SimplifyAddInst (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | InstructionSimplify.h | 32 Value *SimplifyAddInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
|
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 51 Value *SimplifyAddInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | PHITransAddr.cpp | 287 if (Value *Res = SimplifyAddInst(LHS, RHS, isNSW, isNUW, TD, DT)) { in PHITranslateSubExpr()
|
D | InstructionSimplify.cpp | 542 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifyAddInst() function 604 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifyAddInst() function in llvm 606 return ::SimplifyAddInst(Op0, Op1, isNSW, isNUW, TD, DT, RecursionLimit); in SimplifyAddInst() 2347 return SimplifyAddInst(LHS, RHS, /*isNSW*/false, /*isNUW*/false, in SimplifyBinOp() 2430 Result = SimplifyAddInst(I->getOperand(0), I->getOperand(1), in SimplifyInstruction()
|
/external/llvm/lib/Analysis/ |
D | PHITransAddr.cpp | 283 if (Value *Res = SimplifyAddInst(LHS, RHS, isNSW, isNUW, DL, TLI, DT, AC)) { in PHITranslateSubExpr()
|
D | InstructionSimplify.cpp | 529 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifyAddInst() function 582 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifyAddInst() function in llvm 586 return ::SimplifyAddInst(Op0, Op1, isNSW, isNUW, Query(DL, TLI, DT, AC, CxtI), in SimplifyAddInst() 3765 return SimplifyAddInst(LHS, RHS, /*isNSW*/false, /*isNUW*/false, in SimplifyBinOp() 4100 Result = SimplifyAddInst(I->getOperand(0), I->getOperand(1), in SimplifyInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 90 if (Value *V = SimplifyAddInst(LHS, RHS, I.hasNoSignedWrap(), in visitAdd()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 1037 if (Value *V = SimplifyAddInst(LHS, RHS, I.hasNoSignedWrap(), in visitAdd()
|