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

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

Completed in 192 milliseconds