Home
last modified time | relevance | path

Searched refs:isValidArgumentType (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/IR/
DType.cpp281 assert(isValidArgumentType(Params[i]) && in FunctionType()
320 bool FunctionType::isValidArgumentType(Type *ArgTy) { in isValidArgumentType() function in FunctionType
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp319 assert(isValidArgumentType(Params[i]) && in FunctionType()
368 bool FunctionType::isValidArgumentType(Type *ArgTy) { in isValidArgumentType() function in FunctionType
/external/swiftshader/third_party/LLVM/include/llvm/
DDerivedTypes.h118 static bool isValidArgumentType(Type *ArgTy);
/external/llvm/include/llvm/IR/
DDerivedTypes.h116 static bool isValidArgumentType(Type *ArgTy);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h120 static bool isValidArgumentType(Type *ArgTy);
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp1416 if (!FunctionType::isValidArgumentType(ArgTy)) in ParseArgumentList()
/external/llvm/lib/AsmParser/
DLLParser.cpp2222 if (!FunctionType::isValidArgumentType(ArgTy)) in ParseArgumentList()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1717 if (!FunctionType::isValidArgumentType(T)) in parseTypeTableBody()