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

  /external/llvm/include/llvm/IR/
DerivedTypes.h 271 /// isValidElementType - Return true if the specified type is valid as a
273 static bool isValidElementType(Type *ElemTy);
344 /// isValidElementType - Return true if the specified type is valid as a
346 static bool isValidElementType(Type *ElemTy);
423 /// isValidElementType - Return true if the specified type is valid as a
425 static bool isValidElementType(Type *ElemTy);
460 /// isValidElementType - Return true if the specified type is valid as a
462 static bool isValidElementType(Type *ElemTy);
  /external/llvm/lib/IR/
Type.cpp 596 bool StructType::isValidElementType(Type *ElemTy) {
678 assert(isValidElementType(ElementType) && "Invalid type for array element!");
689 bool ArrayType::isValidElementType(Type *ElemTy) {
706 assert(isValidElementType(ElementType) &&
718 bool VectorType::isValidElementType(Type *ElemTy) {
729 assert(isValidElementType(EltTy) && "Invalid type for pointer element!");
757 bool PointerType::isValidElementType(Type *ElemTy) {
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
LoopVectorize.cpp     [all...]

Completed in 116 milliseconds