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

  /external/llvm/include/llvm/
DerivedTypes.h 273 /// isValidElementType - Return true if the specified type is valid as a
275 static bool isValidElementType(Type *ElemTy);
348 /// isValidElementType - Return true if the specified type is valid as a
350 static bool isValidElementType(Type *ElemTy);
408 /// isValidElementType - Return true if the specified type is valid as a
410 static bool isValidElementType(Type *ElemTy);
446 /// isValidElementType - Return true if the specified type is valid as a
448 static bool isValidElementType(Type *ElemTy);
  /external/llvm/lib/VMCore/
Type.cpp 613 bool StructType::isValidElementType(Type *ElemTy) {
696 assert(isValidElementType(ElementType) && "Invalid type for array element!");
707 bool ArrayType::isValidElementType(Type *ElemTy) {
724 assert(isValidElementType(ElementType) &&
736 bool VectorType::isValidElementType(Type *ElemTy) {
748 assert(isValidElementType(EltTy) && "Invalid type for pointer element!");
776 bool PointerType::isValidElementType(Type *ElemTy) {
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 603 if (!(VectorType::isValidElementType(T1) || T1->isVectorTy()) ||
604 !(VectorType::isValidElementType(T2) || T2->isVectorTy()))
    [all...]

Completed in 30 milliseconds