Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h281 bool AllowNonInbounds = true) {
284 Ptr->stripAndAccumulateConstantOffsets(DL, OffsetAPInt, AllowNonInbounds);
292 bool AllowNonInbounds = true) {
294 AllowNonInbounds);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h707 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds,
711 bool AllowNonInbounds) { in stripAndAccumulateConstantOffsets() argument
714 DL, Offset, AllowNonInbounds)); in stripAndAccumulateConstantOffsets()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp696 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, in stripAndAccumulateConstantOffsets() argument
713 if (!AllowNonInbounds && !GEP->isInBounds()) in stripAndAccumulateConstantOffsets()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp415 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, in stripAndAccumulateMinimalOffsets() argument
433 return Val->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds, in stripAndAccumulateMinimalOffsets()
439 int64_t &BytesOffset, const DataLayout &DL, bool AllowNonInbounds = false) { in getMinimalBaseOfAccsesPointerOperand() argument
445 A, QueryingAA, Ptr, DL, OffsetAPInt, AllowNonInbounds); in getMinimalBaseOfAccsesPointerOperand()
454 bool AllowNonInbounds = false) { in getBasePointerOfAccessPointerOperand() argument
460 AllowNonInbounds); in getBasePointerOfAccessPointerOperand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp698 bool AllowNonInbounds = false) { in stripAndComputeConstantOffsets() argument
704 V = V->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds); in stripAndComputeConstantOffsets()