Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp36 int64_t getAsInt(Init *B) { in getAsInt() function
42 return getAsInt(R->getValueInit(Field)); in getInt()
124 return "0x" + utohexstr(getAsInt(BI)); in primaryRepresentation()
243 int64_t LHSi = getAsInt(LHSI); in compareBy()
244 int64_t RHSi = getAsInt(RHSI); in compareBy()