Searched defs:GEPValue (Results 1 – 1 of 1) sorted by relevance
563 struct GEPValue { struct564 Instruction *Inst;565 std::optional<int64_t> ConstantOffset;567 GEPValue(Instruction *I) : Inst(I) { in GEPValue() argument571 GEPValue(Instruction *I, std::optional<int64_t> ConstantOffset) in GEPValue() argument576 bool isSentinel() const { in isSentinel()581 static bool canHandle(Instruction *Inst) { in canHandle()