Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5417 const llvm::APSInt &InitInt = Init.getInt(); in EmitGlobalVariable() local
5419 if (InitInt.isUnsigned()) in EmitGlobalVariable()
5420 InitIntOpt = InitInt.tryZExtValue(); in EmitGlobalVariable()
5421 else if (auto tmp = InitInt.trySExtValue(); tmp.has_value()) in EmitGlobalVariable()