Lines Matching defs:Ty
45 Type *Ty, SmallVectorImpl<MVT> &ValueVTs) {
47 ComputeValueVTs(TLI, DL, Ty, VTs);
58 Type *Ty, SmallVectorImpl<MVT> &ValueVTs) {
62 computeLegalValueVTs(TLI, F.getContext(), DL, Ty, ValueVTs);
65 void llvm::computeSignatureVTs(const FunctionType *Ty,
71 computeLegalValueVTs(ContextFunc, TM, Ty->getReturnType(), Results);
85 for (auto *Param : Ty->params())
87 if (Ty->isVarArg())
112 for (MVT Ty : In)
113 Out.push_back(WebAssembly::toValType(Ty));