Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h2199 llvm::PointerIntPair<llvm::Constant*, 1, bool> ValueAndIsReference; variable
2201 : ValueAndIsReference(C, isReference) {} in ConstantEmission()
2212 return ValueAndIsReference.getOpaqueValue() != nullptr;
2215 bool isReference() const { return ValueAndIsReference.getInt(); } in isReference()
2218 return CGF.MakeNaturalAlignAddrLValue(ValueAndIsReference.getPointer(), in getReferenceLValue()
2224 return ValueAndIsReference.getPointer(); in getValue()