Home
last modified time | relevance | path

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

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