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

/external/llvm/lib/VMCore/
H A DType.cpp372 assert(isValidArgumentType(Params[i]) &&
416 /// isValidArgumentType - Return true if the specified type is valid as an
418 bool FunctionType::isValidArgumentType(Type *ArgTy) { function in class:FunctionType

Completed in 597 milliseconds