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.h346 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 DValue.h739 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 DValue.cpp727 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 DInstructionSimplify.cpp674 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 DAttributorAttributes.cpp310 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()