Searched defs:vecTy (Results 1 – 4 of 4) sorted by relevance
736 MIRType *BECommon::BeGetOrCreateFunctionType(TyIdx tyIdx, const std::vector<TyIdx> &vecTy, in BeGetOrCreateFunctionType()
1997 std::vector<TyIdx> vecTy; // for storing the parameter types in ParsePrototype() local
452 auto vecTy = llvm::VectorType::get(builder_.getInt8Ty(), VECTOR_SIZE, false); in EmitCompressUtf16ToUtf8CharsUsingSimd() local
2223 …MIRFuncType(const TyIdx &retTyIdx, const std::vector<TyIdx> &vecTy, const std::vector<TypeAttrs> &… in MIRFuncType()