Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenFunction.h2002 llvm::PointerIntPair<llvm::Constant*, 1, bool> ValueAndIsReference; variable
2004 : ValueAndIsReference(C, isReference) {} in ConstantEmission()
2014 LLVM_EXPLICIT operator bool() const { return ValueAndIsReference.getOpaqueValue() != 0; }
2016 bool isReference() const { return ValueAndIsReference.getInt(); } in isReference()
2019 return CGF.MakeNaturalAlignAddrLValue(ValueAndIsReference.getPointer(), in getReferenceLValue()
2025 return ValueAndIsReference.getPointer(); in getValue()