Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIR2Vec.h150 static constexpr StringLiteral OperandKindNames[] = {"Function", "Pointer", variable
152 static_assert(std::size(OperandKindNames) ==
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp299 return OperandKindNames[Index]; in getVocabKeyForOperandKind()