Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp401 unsigned OpcodeDim = 0, TypeDim = 0, ArgDim = 0; in readVocabulary() local
407 parseVocabSection("Types", *ParsedVocabValue, TypeVocab, TypeDim)) in readVocabulary()
414 if (!(OpcodeDim == TypeDim && TypeDim == ArgDim)) in readVocabulary()