Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h399 RVVTypes InputTypes; // Builtin input types variable
418 const RVVTypes &getInputTypes() const { return InputTypes; } in getInputTypes()
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp1001 InputTypes.assign(OutInTypes.begin() + 1, OutInTypes.end()); in RVVIntrinsic()
1018 for (const auto &T : InputTypes) { in getBuiltinTypeStr()