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

/external/clang/lib/CodeGen/
H A DCodeGenFunction.h2562 llvm::PointerIntPair<llvm::Constant*, 1, bool> ValueAndIsReference; member in class:clang::CodeGen::CodeGenFunction::ConstantEmission
2564 : ValueAndIsReference(C, isReference) {}
2575 return ValueAndIsReference.getOpaqueValue() != nullptr;
2578 bool isReference() const { return ValueAndIsReference.getInt(); }
2581 return CGF.MakeNaturalAlignAddrLValue(ValueAndIsReference.getPointer(),
2587 return ValueAndIsReference.getPointer();

Completed in 71 milliseconds