Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp33 int getAsInt(Init *B) { in getAsInt() function
39 return getAsInt(R->getValueInit(Field)); in getInt()
119 return "0x" + utohexstr(getAsInt(BI)); in primaryRepresentation()
227 int64_t LHSi = getAsInt(LHSI); in compareBy()
228 int64_t RHSi = getAsInt(RHSI); in compareBy()