Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueTracking.h252 bool AllowNonInbounds = true) {
255 Ptr->stripAndAccumulateConstantOffsets(DL, OffsetAPInt, AllowNonInbounds);
263 bool AllowNonInbounds = true) {
265 AllowNonInbounds);
/external/llvm-project/llvm/include/llvm/Analysis/
DValueTracking.h281 bool AllowNonInbounds = true) {
284 Ptr->stripAndAccumulateConstantOffsets(DL, OffsetAPInt, AllowNonInbounds);
292 bool AllowNonInbounds = true) {
294 AllowNonInbounds);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h592 bool AllowNonInbounds) const;
594 bool AllowNonInbounds) { in stripAndAccumulateConstantOffsets() argument
597 DL, Offset, AllowNonInbounds)); in stripAndAccumulateConstantOffsets()
/external/llvm-project/llvm/include/llvm/IR/
DValue.h702 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds,
706 bool AllowNonInbounds) { in stripAndAccumulateConstantOffsets() argument
709 DL, Offset, AllowNonInbounds)); in stripAndAccumulateConstantOffsets()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp552 bool AllowNonInbounds) const { in stripAndAccumulateConstantOffsets()
568 if (!AllowNonInbounds && !GEP->isInBounds()) in stripAndAccumulateConstantOffsets()
/external/llvm-project/llvm/lib/IR/
DValue.cpp639 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, in stripAndAccumulateConstantOffsets() argument
656 if (!AllowNonInbounds && !GEP->isInBounds()) in stripAndAccumulateConstantOffsets()
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp372 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, in stripAndAccumulateMinimalOffsets() argument
389 return Val->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds, in stripAndAccumulateMinimalOffsets()
395 int64_t &BytesOffset, const DataLayout &DL, bool AllowNonInbounds = false) { in getMinimalBaseOfAccsesPointerOperand() argument
401 A, QueryingAA, Ptr, DL, OffsetAPInt, AllowNonInbounds); in getMinimalBaseOfAccsesPointerOperand()
410 bool AllowNonInbounds = false) { in getBasePointerOfAccessPointerOperand() argument
416 AllowNonInbounds); in getBasePointerOfAccessPointerOperand()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp601 bool AllowNonInbounds = false) { in stripAndComputeConstantOffsets() argument
613 if ((!AllowNonInbounds && !GEP->isInBounds()) || in stripAndComputeConstantOffsets()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp397 bool AllowNonInbounds = false) { in getBasePointerOfAccessPointerOperand() argument
404 AllowNonInbounds); in getBasePointerOfAccessPointerOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp697 bool AllowNonInbounds = false) { in stripAndComputeConstantOffsets() argument
703 V = V->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds); in stripAndComputeConstantOffsets()
/external/llvm-project/llvm/lib/Analysis/
DInstructionSimplify.cpp689 bool AllowNonInbounds = false) { in stripAndComputeConstantOffsets() argument
695 V = V->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds); in stripAndComputeConstantOffsets()