Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1956 struct ConstantLValue { struct
1957 llvm::Constant *Value;
1958 bool HasOffsetApplied;
1960 /*implicit*/ ConstantLValue(llvm::Constant *value, in ConstantLValue() function
1964 /*implicit*/ ConstantLValue(ConstantAddress address) in ConstantLValue() function