Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h642 bool AllowNonInbounds = true) {
645 Ptr->stripAndAccumulateConstantOffsets(DL, OffsetAPInt, AllowNonInbounds);
653 bool AllowNonInbounds = true) {
655 AllowNonInbounds);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h702 /// If \p AllowNonInbounds is true, offsets in GEPs are stripped and
722 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds,
727 bool AllowNonInbounds, in stripAndAccumulateInBoundsConstantOffsets()
731 DL, Offset, AllowNonInbounds, AllowInvariantGroup)); in stripAndAccumulateInBoundsConstantOffsets()
739 /* AllowNonInbounds */ false);
744 /* AllowNonInbounds */ false);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp715 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, in stripAndAccumulateConstantOffsets() argument
733 if (!AllowNonInbounds && !GEP->isInBounds()) in stripAndAccumulateConstantOffsets()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp717 bool AllowNonInbounds = false) { in stripAndComputeConstantOffsets() argument
721 V = V->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds); in stripAndComputeConstantOffsets()
2758 bool AllowNonInbounds = ICmpInst::isEquality(Pred); in computePointerICmp() local
2761 LHS = LHS->stripAndAccumulateConstantOffsets(DL, LHSOffset, AllowNonInbounds); in computePointerICmp()
2762 RHS = RHS->stripAndAccumulateConstantOffsets(DL, RHSOffset, AllowNonInbounds); in computePointerICmp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp309 bool GetMinOffset, bool AllowNonInbounds, in stripAndAccumulateOffsets() argument
335 return Val->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds, in stripAndAccumulateOffsets()
343 const DataLayout &DL, bool AllowNonInbounds = false) { in getMinimalBaseOfPointer() argument
347 /* GetMinOffset */ true, AllowNonInbounds); in getMinimalBaseOfPointer()