Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueTracking.h281 bool AllowNonInbounds = true) {
284 Ptr->stripAndAccumulateConstantOffsets(DL, OffsetAPInt, AllowNonInbounds);
292 bool AllowNonInbounds = true) {
294 AllowNonInbounds);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValue.h719 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds,
723 bool AllowNonInbounds) { in stripAndAccumulateConstantOffsets() argument
726 DL, Offset, AllowNonInbounds)); in stripAndAccumulateConstantOffsets()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp670 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, in stripAndAccumulateConstantOffsets() argument
687 if (!AllowNonInbounds && !GEP->isInBounds()) in stripAndAccumulateConstantOffsets()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp365 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, in stripAndAccumulateMinimalOffsets() argument
383 return Val->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds, in stripAndAccumulateMinimalOffsets()
389 int64_t &BytesOffset, const DataLayout &DL, bool AllowNonInbounds = false) { in getMinimalBaseOfAccsesPointerOperand() argument
395 A, QueryingAA, Ptr, DL, OffsetAPInt, AllowNonInbounds); in getMinimalBaseOfAccsesPointerOperand()
404 bool AllowNonInbounds = false) { in getBasePointerOfAccessPointerOperand() argument
410 AllowNonInbounds); in getBasePointerOfAccessPointerOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp692 bool AllowNonInbounds = false) { in stripAndComputeConstantOffsets() argument
698 V = V->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds); in stripAndComputeConstantOffsets()