Searched defs:getParamType (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDerivedTypes.h128 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } function in class:llvm::FunctionType
/external/clang/include/clang/AST/
H A DCanonicalType.h560 CanQualType getParamType(unsigned i) const { function in struct:clang::CanProxyAdaptor
561 return CanQualType::CreateUnsafe(this->getTypePtr()->getParamType(i));
H A DType.h2950 QualType getParamType(unsigned i) const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp379 Type getParamType(unsigned I) const { return Types[I + 1]; } function in class:__anon19562::Intrinsic
399 Idx += std::max(1U, getParamType(I).getNumVectors());
1007 Type T = getParamType(I);
1243 if (getParamType(I).isPointer())
1350 ThisTy = getParamType(0);
1352 ThisTy = getParamType(1);
1876 ErrMsg += I->getParamType(A).str();
1885 if (I->getParamType(Arg) != Types[Arg]) {
2020 Ty = Def->getParamType(0);
2022 Ty = Def->getParamType(
[all...]

Completed in 235 milliseconds