Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp34 int64_t getAsInt(Init *B) { in getAsInt() function
40 return getAsInt(R->getValueInit(Field)); in getInt()
120 return "0x" + utohexstr(getAsInt(BI)); in primaryRepresentation()
230 int64_t LHSi = getAsInt(LHSI); in compareBy()
231 int64_t RHSi = getAsInt(RHSI); in compareBy()