Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprConstant.cpp339 struct ConstantLValue { struct
340 llvm::PointerUnion<mlir::Value, mlir::Attribute> value;
341 bool hasOffsetApplied;
343 ConstantLValue(std::nullptr_t) : value(nullptr), hasOffsetApplied(false) {} in ConstantLValue() function
344 ConstantLValue() : value(nullptr), hasOffsetApplied(false) {} in ConstantLValue() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2048 struct ConstantLValue { struct
2049 llvm::Constant *Value;
2050 bool HasOffsetApplied;
2051 bool HasDestPointerAuth;
2053 /*implicit*/ ConstantLValue(llvm::Constant *value, in ConstantLValue() argument
2059 /*implicit*/ ConstantLValue(ConstantAddress address) in ConstantLValue() argument