Searched refs:AllowNonInbounds (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 280 bool AllowNonInbounds = true) { 283 Ptr->stripAndAccumulateConstantOffsets(DL, OffsetAPInt, AllowNonInbounds); 291 bool AllowNonInbounds = true) { 293 AllowNonInbounds);
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Value.h | 713 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, 718 bool AllowNonInbounds, 722 DL, Offset, AllowNonInbounds, AllowInvariantGroup));
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Value.cpp | 703 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, in stripAndAccumulateConstantOffsets() argument 721 if (!AllowNonInbounds && !GEP->isInBounds()) in stripAndAccumulateConstantOffsets()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 712 bool AllowNonInbounds = false) { in stripAndComputeConstantOffsets() argument 716 V = V->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds); in stripAndComputeConstantOffsets() 2718 bool AllowNonInbounds = ICmpInst::isEquality(Pred); in computePointerICmp() local 2719 APInt LHSOffset = stripAndComputeConstantOffsets(DL, LHS, AllowNonInbounds); in computePointerICmp() 2720 APInt RHSOffset = stripAndComputeConstantOffsets(DL, RHS, AllowNonInbounds); in computePointerICmp()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 344 bool GetMinOffset, bool AllowNonInbounds, in stripAndAccumulateOffsets() argument 368 return Val->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds, in stripAndAccumulateOffsets() 376 const DataLayout &DL, bool AllowNonInbounds = false) { in getMinimalBaseOfPointer() argument 380 /* GetMinOffset */ true, AllowNonInbounds); in getMinimalBaseOfPointer()
|