HomeSort by relevance Sort by last modified time
    Searched refs:isValidArgumentType (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
DerivedTypes.h 116 /// isValidArgumentType - Return true if the specified type is valid as an
118 static bool isValidArgumentType(Type *ArgTy);
  /external/llvm/lib/IR/
Type.cpp 345 assert(isValidArgumentType(Params[i]) &&
387 /// isValidArgumentType - Return true if the specified type is valid as an
389 bool FunctionType::isValidArgumentType(Type *ArgTy) {
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 33 milliseconds