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

  /external/llvm/include/llvm/IR/
Type.h 189 /// isMetadataTy - Return true if this is 'metadata'.
190 bool isMetadataTy() const { return getTypeID() == MetadataTyID; }
  /external/llvm/lib/IR/
Type.cpp 390 !RetTy->isMetadataTy();
601 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy();
698 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy();
766 !ElemTy->isMetadataTy();
Verifier.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 238 if (Ty && Ty->isMetadataTy())
BitcodeReader.cpp 420 assert(V->getType()->isMetadataTy() && "Type mismatch in value table!");
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 232 if (Ty && Ty->isMetadataTy())
BitcodeReader.cpp 700 assert(V->getType()->isMetadataTy() && "Type mismatch in value table!");
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 244 if (Ty && Ty->isMetadataTy())
BitcodeReader.cpp 403 assert(V->getType()->isMetadataTy() && "Type mismatch in value table!");
928 if (Ty->isMetadataTy())
    [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 244 assert(!Inst->getOperand(i)->getType()->isMetadataTy() &&
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 169 milliseconds