Searched refs:AllowNonInbounds (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 346 bool AllowNonInbounds = true) { 349 Ptr->stripAndAccumulateConstantOffsets(DL, OffsetAPInt, AllowNonInbounds); 357 bool AllowNonInbounds = true) { 359 AllowNonInbounds);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Value.h | 739 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, 746 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, 753 DL, Offset, AllowNonInbounds, AllowInvariantGroup, ExternalAnalysis,
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Value.cpp | 727 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, in stripAndAccumulateConstantOffsets() argument 746 if (!AllowNonInbounds && !GEP->isInBounds()) in stripAndAccumulateConstantOffsets() 793 if (!AllowNonInbounds || !LookThroughIntToPtr || !Int2Ptr || in stripAndAccumulateConstantOffsets()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 674 bool AllowNonInbounds = false) { in stripAndComputeConstantOffsets() argument 678 V = V->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds); in stripAndComputeConstantOffsets() 2707 bool AllowNonInbounds = ICmpInst::isEquality(Pred); in computePointerICmp() local 2710 LHS = LHS->stripAndAccumulateConstantOffsets(DL, LHSOffset, AllowNonInbounds); in computePointerICmp() 2711 RHS = RHS->stripAndAccumulateConstantOffsets(DL, RHSOffset, AllowNonInbounds); in computePointerICmp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 310 bool GetMinOffset, bool AllowNonInbounds, in stripAndAccumulateOffsets() argument 336 return Val->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds, in stripAndAccumulateOffsets() 344 const DataLayout &DL, bool AllowNonInbounds = false) { in getMinimalBaseOfPointer() argument 348 /* GetMinOffset */ true, AllowNonInbounds); in getMinimalBaseOfPointer()
|