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

  /external/llvm/lib/IR/
Type.cpp 317 !RetTy->isMetadataTy();
532 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() &&
622 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() &&
691 !ElemTy->isMetadataTy() && !ElemTy->isTokenTy();
Function.cpp 937 case IITDescriptor::Metadata: return !Ty->isMetadataTy();
    [all...]
Verifier.cpp 727 Assert(!MD.getValue()->getType()->isMetadataTy(),
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 156 /// isMetadataTy - Return true if this is 'metadata'.
157 bool isMetadataTy() const { return ID == MetadataTyID; }
  /external/swiftshader/third_party/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/swiftshader/third_party/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...]
  /external/llvm/include/llvm/IR/
Type.h 187 bool isMetadataTy() const { return getTypeID() == MetadataTyID; }
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
EarlyCSE.cpp 186 assert(!Inst->getOperand(i)->getType()->isMetadataTy() &&
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 339 if (Ty && Ty->isMetadataTy())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 292 if (Ty && Ty->isMetadataTy())
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 529 if (Ty && Ty->isMetadataTy())
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 205 milliseconds