Lines Matching defs:Ty
44 Type *Ty, SmallVectorImpl<MVT> &ValueVTs) {
46 ComputeValueVTs(TLI, DL, Ty, VTs);
57 Type *Ty, SmallVectorImpl<MVT> &ValueVTs) {
61 computeLegalValueVTs(TLI, F.getContext(), DL, Ty, ValueVTs);
64 void llvm::computeSignatureVTs(const FunctionType *Ty,
70 computeLegalValueVTs(ContextFunc, TM, Ty->getReturnType(), Results);
84 for (auto *Param : Ty->params())
86 if (Ty->isVarArg())
111 for (MVT Ty : In)
112 Out.push_back(WebAssembly::toValType(Ty));