Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h590 bool AllowNonInbounds = true) {
593 Ptr->stripAndAccumulateConstantOffsets(DL, OffsetAPInt, AllowNonInbounds);
601 bool AllowNonInbounds = true) {
603 AllowNonInbounds);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h722 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds,
727 bool AllowNonInbounds,
731 DL, Offset, AllowNonInbounds, AllowInvariantGroup));
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp714 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, in stripAndAccumulateConstantOffsets() argument
732 if (!AllowNonInbounds && !GEP->isInBounds()) in stripAndAccumulateConstantOffsets()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp716 bool AllowNonInbounds = false) { in stripAndComputeConstantOffsets() argument
720 V = V->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds); in stripAndComputeConstantOffsets()
2753 bool AllowNonInbounds = ICmpInst::isEquality(Pred); in computePointerICmp() local
2756 LHS = LHS->stripAndAccumulateConstantOffsets(DL, LHSOffset, AllowNonInbounds); in computePointerICmp()
2757 RHS = RHS->stripAndAccumulateConstantOffsets(DL, RHSOffset, AllowNonInbounds); in computePointerICmp()
/freebsd-14.2/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()