Home
last modified time | relevance | path

Searched refs:AllowNonInbounds (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DValueTracking.h280 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 DValue.h713 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 DValue.cpp703 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 DInstructionSimplify.cpp712 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 DAttributorAttributes.cpp344 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()