Searched refs:AllowNonInbounds (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Value.h | 707 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, 711 bool AllowNonInbounds) { in stripAndAccumulateConstantOffsets() argument 714 DL, Offset, AllowNonInbounds)); in stripAndAccumulateConstantOffsets()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Value.cpp | 696 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, in stripAndAccumulateConstantOffsets() argument 713 if (!AllowNonInbounds && !GEP->isInBounds()) in stripAndAccumulateConstantOffsets()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 415 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, in stripAndAccumulateMinimalOffsets() argument 433 return Val->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds, in stripAndAccumulateMinimalOffsets() 439 int64_t &BytesOffset, const DataLayout &DL, bool AllowNonInbounds = false) { in getMinimalBaseOfAccsesPointerOperand() argument 445 A, QueryingAA, Ptr, DL, OffsetAPInt, AllowNonInbounds); in getMinimalBaseOfAccsesPointerOperand() 454 bool AllowNonInbounds = false) { in getBasePointerOfAccessPointerOperand() argument 460 AllowNonInbounds); in getBasePointerOfAccessPointerOperand()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 698 bool AllowNonInbounds = false) { in stripAndComputeConstantOffsets() argument 704 V = V->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds); in stripAndComputeConstantOffsets()
|