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

  /external/llvm/include/llvm/
Type.h 156 /// isMetadataTy - Return true if this is 'metadata'.
157 bool isMetadataTy() const { return ID == MetadataTyID; }
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 216 if (Ty && Ty->isMetadataTy())
BitcodeReader.cpp 383 assert(V->getType()->isMetadataTy() && "Type mismatch in value table!");
    [all...]
  /external/llvm/lib/VMCore/
Type.cpp 363 !RetTy->isMetadataTy();
545 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy();
639 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy();
701 !ElemTy->isMetadataTy();
Verifier.cpp 689 Assert2(!I->getType()->isMetadataTy(),
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 228 if (Ty && Ty->isMetadataTy())
BitcodeReader.cpp 358 assert(V->getType()->isMetadataTy() && "Type mismatch in value table!");
    [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 186 assert(!Inst->getOperand(i)->getType()->isMetadataTy() &&
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 415 milliseconds