Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h47 E_ConstantInt, enumerator
71 DbgValueLocEntry(const ConstantInt *CIP) : EntryKind(E_ConstantInt) { in DbgValueLocEntry()
84 bool isConstantInt() const { return EntryKind == E_ConstantInt; } in isConstantInt()
246 case DbgValueLocEntry::E_ConstantInt: