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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp36 int getAsInt(Init *B) { function in namespace:__anon2937
40 return getAsInt(R->getValueInit(Field));
113 return "0x" + utohexstr(getAsInt(BI));
215 int64_t LHSi = getAsInt(LHSI);
216 int64_t RHSi = getAsInt(RHSI);

Completed in 135 milliseconds