Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp2241 getValType()))->Fold(R.getCurrentRecord()); in resolveReferences()
2255 return Val->convertInitializerTo(getValType()); in Fold()
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h1006 RecTy *getValType() const { return ValType; } in getValType() function