Searched refs:AllowNonInbounds (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 273 bool AllowNonInbounds = true) { 276 Ptr->stripAndAccumulateConstantOffsets(DL, OffsetAPInt, AllowNonInbounds); 284 bool AllowNonInbounds = true) { 286 AllowNonInbounds);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Value.h | 710 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, 715 bool AllowNonInbounds, 719 DL, Offset, AllowNonInbounds, AllowInvariantGroup));
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Value.cpp | 706 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, in stripAndAccumulateConstantOffsets() argument 724 if (!AllowNonInbounds && !GEP->isInBounds()) in stripAndAccumulateConstantOffsets()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 713 bool AllowNonInbounds = false) { in stripAndComputeConstantOffsets() argument 717 V = V->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds); in stripAndComputeConstantOffsets() 2777 bool AllowNonInbounds = ICmpInst::isEquality(Pred); in computePointerICmp() local 2778 APInt LHSOffset = stripAndComputeConstantOffsets(DL, LHS, AllowNonInbounds); in computePointerICmp() 2779 APInt RHSOffset = stripAndComputeConstantOffsets(DL, RHS, AllowNonInbounds); in computePointerICmp()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 314 bool GetMinOffset, bool AllowNonInbounds, in stripAndAccumulateOffsets() argument 338 return Val->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds, in stripAndAccumulateOffsets() 346 const DataLayout &DL, bool AllowNonInbounds = false) { in getMinimalBaseOfPointer() argument 350 /* GetMinOffset */ true, AllowNonInbounds); in getMinimalBaseOfPointer()
|