Searched refs:AllowNonInbounds (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 281 bool AllowNonInbounds = true) { 284 Ptr->stripAndAccumulateConstantOffsets(DL, OffsetAPInt, AllowNonInbounds); 292 bool AllowNonInbounds = true) { 294 AllowNonInbounds);
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Value.h | 719 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, 723 bool AllowNonInbounds) { in stripAndAccumulateConstantOffsets() argument 726 DL, Offset, AllowNonInbounds)); in stripAndAccumulateConstantOffsets()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Value.cpp | 670 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, in stripAndAccumulateConstantOffsets() argument 687 if (!AllowNonInbounds && !GEP->isInBounds()) in stripAndAccumulateConstantOffsets()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 365 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, in stripAndAccumulateMinimalOffsets() argument 383 return Val->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds, in stripAndAccumulateMinimalOffsets() 389 int64_t &BytesOffset, const DataLayout &DL, bool AllowNonInbounds = false) { in getMinimalBaseOfAccsesPointerOperand() argument 395 A, QueryingAA, Ptr, DL, OffsetAPInt, AllowNonInbounds); in getMinimalBaseOfAccsesPointerOperand() 404 bool AllowNonInbounds = false) { in getBasePointerOfAccessPointerOperand() argument 410 AllowNonInbounds); in getBasePointerOfAccessPointerOperand()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 692 bool AllowNonInbounds = false) { in stripAndComputeConstantOffsets() argument 698 V = V->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds); in stripAndComputeConstantOffsets()
|