Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp388 bool AllInbounds; member
393 : BasePtr(GEP.getPointerOperand()), AllInbounds(GEP.isInBounds()) { in OffsetResult()
427 Result.AllInbounds &= InnerGEP->isInBounds(); in collectOffsets()
451 const auto &[BasePtr, ConstantOffset, VariableOffsets, AllInbounds] = in decomposeGEP()
453 if (!BasePtr || !AllInbounds) in decomposeGEP()