Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h168 using RVVTypePtr = RVVType *; variable
169 using RVVTypes = std::vector<RVVTypePtr>;
272 static llvm::Optional<RVVTypePtr> computeType(BasicType BT, int Log2LMUL,
298 RVVTypePtr OutputType; // Builtin output type
317 RVVTypePtr getOutputType() const { return OutputType; } in getOutputType()
/llvm-project-15.0.7/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp819 Optional<RVVTypePtr> RVVType::computeType(BasicType BT, int Log2LMUL, in computeType()