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

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Verifier.cpp 371 #define Assert2(C, M, V1, V2) \
507 Assert2(MD.isFunctionLocal() || !N->isFunctionLocal(),
512 Assert2(MD.isFunctionLocal(), "Invalid operand for global metadata!", &MD, Op);
525 Assert2(ActualF == F, "function-local metadata used in wrong function",
640 Assert2(FT->getNumParams() == NumArgs,
683 Assert2(I->getType() == FT->getParamType(i),
689 Assert2(!I->getType()->isMetadataTy(),
787 Assert2(BI.getCondition()->getType()->isIntegerTy(1),
797 Assert2(N == 0,
801 Assert2(N == 1 && F->getReturnType() == RI.getOperand(0)->getType()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
Lint.cpp 162 #define Assert2(C, M, V1, V2) \

Completed in 166 milliseconds