Searched defs:ConstantLValue (Results 1 – 2 of 2) sorted by relevance
339 struct ConstantLValue { struct340 llvm::PointerUnion<mlir::Value, mlir::Attribute> value;341 bool hasOffsetApplied;343 ConstantLValue(std::nullptr_t) : value(nullptr), hasOffsetApplied(false) {} in ConstantLValue() function344 ConstantLValue() : value(nullptr), hasOffsetApplied(false) {} in ConstantLValue() function
2048 struct ConstantLValue { struct2049 llvm::Constant *Value;2050 bool HasOffsetApplied;2051 bool HasDestPointerAuth;2053 /*implicit*/ ConstantLValue(llvm::Constant *value, in ConstantLValue() argument2059 /*implicit*/ ConstantLValue(ConstantAddress address) in ConstantLValue() function