Searched defs:ConstantLValue (Results 1 – 1 of 1) sorted by relevance
1741 struct ConstantLValue { struct1742 llvm::Constant *Value;1743 bool HasOffsetApplied;1745 /*implicit*/ ConstantLValue(llvm::Constant *value, in ConstantLValue() function1749 /*implicit*/ ConstantLValue(ConstantAddress address) in ConstantLValue() argument