Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1131 const ScalarType *STKind = cast<ScalarType>(getType(D->getArg(1), Param)); in getType() local
1134 if (RT->kind() == STKind->kind() && RT->sizeInBits() == STSize->sizeInBits()) in getType()
1141 const ScalarType *STKind = cast<ScalarType>(getType(D->getArg(0), Param)); in getType() local
1143 unsigned DesiredSize = STKind->sizeInBits() * Num / Denom; in getType()
1146 if (RT->kind() == STKind->kind() && RT->sizeInBits() == DesiredSize) in getType()