Searched refs:RVVTypePtr (Results 1 – 2 of 2) sorted by relevance
168 using RVVTypePtr = RVVType *; variable169 using RVVTypes = std::vector<RVVTypePtr>;272 static llvm::Optional<RVVTypePtr> computeType(BasicType BT, int Log2LMUL,298 RVVTypePtr OutputType; // Builtin output type317 RVVTypePtr getOutputType() const { return OutputType; } in getOutputType()
819 Optional<RVVTypePtr> RVVType::computeType(BasicType BT, int Log2LMUL, in computeType()