Searched refs:getInRangeIndex (Results 1 – 10 of 10) sorted by relevance
59 if (!GEP || !GEP->getInRangeIndex() || *GEP->getInRangeIndex() != 1 || in splitGlobal()
40 return GEP->isInBounds() || GEP->getInRangeIndex() != std::nullopt; in hasPoisonGeneratingFlags()
1481 NewIndices, InBounds && GEP->isInBounds(), GEP->getInRangeIndex()); in foldGEPOfGEP()1533 std::optional<unsigned> IRIndex = GEP->getInRangeIndex(); in foldGEPOfGEP()
1487 GEPO->isInBounds(), GEPO->getInRangeIndex(), OnlyIfReducedTy); in getWithOperands()
1654 InRangeOp = GEP->getInRangeIndex(); in WriteConstantInternal()
393 std::optional<unsigned> getInRangeIndex() const { in getInRangeIndex() function
429 if (int Res = cmpNumbers(GEPL->getInRangeIndex().value_or(unsigned(-1)), in cmpConstants()430 GEPR->getInRangeIndex().value_or(unsigned(-1)))) in cmpConstants()
874 GEP->isInBounds(), GEP->getInRangeIndex(), in SymbolicallyEvaluateGEP()972 if (std::optional<unsigned> LastIRIndex = InnermostGEP->getInRangeIndex()) in SymbolicallyEvaluateGEP()1032 GEP->getInRangeIndex()); in ConstantFoldInstOperandsImpl()
554 std::optional<unsigned> getInRangeIndex() const { in getInRangeIndex() function in __anon933571fe0411::BitcodeConstant1572 BC->Flags, BC->getInRangeIndex()); in materializeValue()
2724 if (std::optional<unsigned> Idx = GO->getInRangeIndex()) { in writeConstants()