Searched defs:ConstantLValue (Results 1 – 1 of 1) sorted by relevance
1742 struct ConstantLValue { struct1743 llvm::Constant *Value;1744 bool HasOffsetApplied;1746 /*implicit*/ ConstantLValue(llvm::Constant *value, in ConstantLValue() function1750 /*implicit*/ ConstantLValue(ConstantAddress address) in ConstantLValue() argument