Home
last modified time | relevance | path

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

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