/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 252 bool AllowNonInbounds = true) { 255 Ptr->stripAndAccumulateConstantOffsets(DL, OffsetAPInt, AllowNonInbounds); 263 bool AllowNonInbounds = true) { 265 AllowNonInbounds);
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 281 bool AllowNonInbounds = true) { 284 Ptr->stripAndAccumulateConstantOffsets(DL, OffsetAPInt, AllowNonInbounds); 292 bool AllowNonInbounds = true) { 294 AllowNonInbounds);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Value.h | 592 bool AllowNonInbounds) const; 594 bool AllowNonInbounds) { in stripAndAccumulateConstantOffsets() argument 597 DL, Offset, AllowNonInbounds)); in stripAndAccumulateConstantOffsets()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Value.h | 702 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, 706 bool AllowNonInbounds) { in stripAndAccumulateConstantOffsets() argument 709 DL, Offset, AllowNonInbounds)); in stripAndAccumulateConstantOffsets()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Value.cpp | 552 bool AllowNonInbounds) const { in stripAndAccumulateConstantOffsets() 568 if (!AllowNonInbounds && !GEP->isInBounds()) in stripAndAccumulateConstantOffsets()
|
/external/llvm-project/llvm/lib/IR/ |
D | Value.cpp | 639 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, in stripAndAccumulateConstantOffsets() argument 656 if (!AllowNonInbounds && !GEP->isInBounds()) in stripAndAccumulateConstantOffsets()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | AttributorAttributes.cpp | 372 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, in stripAndAccumulateMinimalOffsets() argument 389 return Val->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds, in stripAndAccumulateMinimalOffsets() 395 int64_t &BytesOffset, const DataLayout &DL, bool AllowNonInbounds = false) { in getMinimalBaseOfAccsesPointerOperand() argument 401 A, QueryingAA, Ptr, DL, OffsetAPInt, AllowNonInbounds); in getMinimalBaseOfAccsesPointerOperand() 410 bool AllowNonInbounds = false) { in getBasePointerOfAccessPointerOperand() argument 416 AllowNonInbounds); in getBasePointerOfAccessPointerOperand()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 601 bool AllowNonInbounds = false) { in stripAndComputeConstantOffsets() argument 613 if ((!AllowNonInbounds && !GEP->isInBounds()) || in stripAndComputeConstantOffsets()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Attributor.cpp | 397 bool AllowNonInbounds = false) { in getBasePointerOfAccessPointerOperand() argument 404 AllowNonInbounds); in getBasePointerOfAccessPointerOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 697 bool AllowNonInbounds = false) { in stripAndComputeConstantOffsets() argument 703 V = V->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds); in stripAndComputeConstantOffsets()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 689 bool AllowNonInbounds = false) { in stripAndComputeConstantOffsets() argument 695 V = V->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds); in stripAndComputeConstantOffsets()
|