Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h416 const RVVTypes &getInputTypes() const { return InputTypes; } in getInputTypes() function
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp185 for (const auto &I : enumerate(RVVI->getInputTypes())) { in emitCodeGenSwitchBody()