Home
last modified time | relevance | path

Searched defs:GEPValue (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp563 struct GEPValue { struct
564 Instruction *Inst;
565 std::optional<int64_t> ConstantOffset;
567 GEPValue(Instruction *I) : Inst(I) { in GEPValue() argument
571 GEPValue(Instruction *I, std::optional<int64_t> ConstantOffset) in GEPValue() argument
576 bool isSentinel() const { in isSentinel()
581 static bool canHandle(Instruction *Inst) { in canHandle()