Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDValueTracking.h252 bool AllowNonInbounds = true) {
255 Ptr->stripAndAccumulateConstantOffsets(DL, OffsetAPInt, AllowNonInbounds);
263 bool AllowNonInbounds = true) {
265 AllowNonInbounds);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDValue.h592 bool AllowNonInbounds) const;
594 bool AllowNonInbounds) { in stripAndAccumulateConstantOffsets() argument
597 DL, Offset, AllowNonInbounds)); in stripAndAccumulateConstantOffsets()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDValue.cpp552 bool AllowNonInbounds) const { in stripAndAccumulateConstantOffsets()
568 if (!AllowNonInbounds && !GEP->isInBounds()) in stripAndAccumulateConstantOffsets()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributor.cpp397 bool AllowNonInbounds = false) { in getBasePointerOfAccessPointerOperand() argument
404 AllowNonInbounds); in getBasePointerOfAccessPointerOperand()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDInstructionSimplify.cpp697 bool AllowNonInbounds = false) { in stripAndComputeConstantOffsets() argument
703 V = V->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds); in stripAndComputeConstantOffsets()