Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h273 bool AllowNonInbounds = true) {
276 Ptr->stripAndAccumulateConstantOffsets(DL, OffsetAPInt, AllowNonInbounds);
284 bool AllowNonInbounds = true) {
286 AllowNonInbounds);
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DValue.h710 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds,
715 bool AllowNonInbounds,
719 DL, Offset, AllowNonInbounds, AllowInvariantGroup));
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DValue.cpp706 const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, in stripAndAccumulateConstantOffsets() argument
724 if (!AllowNonInbounds && !GEP->isInBounds()) in stripAndAccumulateConstantOffsets()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp713 bool AllowNonInbounds = false) { in stripAndComputeConstantOffsets() argument
717 V = V->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds); in stripAndComputeConstantOffsets()
2777 bool AllowNonInbounds = ICmpInst::isEquality(Pred); in computePointerICmp() local
2778 APInt LHSOffset = stripAndComputeConstantOffsets(DL, LHS, AllowNonInbounds); in computePointerICmp()
2779 APInt RHSOffset = stripAndComputeConstantOffsets(DL, RHS, AllowNonInbounds); in computePointerICmp()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp314 bool GetMinOffset, bool AllowNonInbounds, in stripAndAccumulateOffsets() argument
338 return Val->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds, in stripAndAccumulateOffsets()
346 const DataLayout &DL, bool AllowNonInbounds = false) { in getMinimalBaseOfPointer() argument
350 /* GetMinOffset */ true, AllowNonInbounds); in getMinimalBaseOfPointer()