Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp2157 getValType()))->Fold(R.getCurrentRecord()); in resolveReferences()
2171 return Val->convertInitializerTo(getValType()); in Fold()
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h981 RecTy *getValType() const { return ValType; } in getValType() function