Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h370 RVVTypes InputTypes; // Builtin input types variable
390 const RVVTypes &getInputTypes() const { return InputTypes; } in getInputTypes()
/openbsd-src/gnu/llvm/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp878 InputTypes.assign(OutInTypes.begin() + 1, OutInTypes.end()); in RVVIntrinsic()
895 for (const auto &T : InputTypes) { in getBuiltinTypeStr()