Home
last modified time | relevance | path

Searched refs:ValueAndIsReference (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenFunction.h2747 llvm::PointerIntPair<llvm::Constant*, 1, bool> ValueAndIsReference; variable
2749 : ValueAndIsReference(C, isReference) {} in ConstantEmission()
2760 return ValueAndIsReference.getOpaqueValue() != nullptr;
2763 bool isReference() const { return ValueAndIsReference.getInt(); } in isReference()
2766 return CGF.MakeNaturalAlignAddrLValue(ValueAndIsReference.getPointer(), in getReferenceLValue()
2772 return ValueAndIsReference.getPointer(); in getValue()