Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp1741 struct ConstantLValue { struct
1742 llvm::Constant *Value;
1743 bool HasOffsetApplied;
1745 /*implicit*/ ConstantLValue(llvm::Constant *value, in ConstantLValue() function
1749 /*implicit*/ ConstantLValue(ConstantAddress address) in ConstantLValue() argument