Searched refs:ValueAndIsReference (Results 1 – 1 of 1) sorted by relevance
2562 llvm::PointerIntPair<llvm::Constant*, 1, bool> ValueAndIsReference; variable2564 : ValueAndIsReference(C, isReference) {} in ConstantEmission()2575 return ValueAndIsReference.getOpaqueValue() != nullptr;2578 bool isReference() const { return ValueAndIsReference.getInt(); } in isReference()2581 return CGF.MakeNaturalAlignAddrLValue(ValueAndIsReference.getPointer(), in getReferenceLValue()2587 return ValueAndIsReference.getPointer(); in getValue()