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

  /external/llvm/lib/IR/
Verifier.cpp 361 #define Assert1(C, M, V1) \
372 Assert1(I.getOperand(i) != nullptr, "Operand is null", &I);
378 Assert1(!GV.isDeclaration() || GV.isMaterializable() ||
383 Assert1(!GV.hasAppendingLinkage() || isa<GlobalVariable>(GV),
388 Assert1(GVar && GVar->getType()->getElementType()->isArrayTy(),
395 Assert1(GV.getInitializer()->getType() == GV.getType()->getElementType(),
402 Assert1(GV.getInitializer()->isNullValue(),
404 Assert1(!GV.isConstant(), "'common' global may not be marked constant!",
406 Assert1(!GV.hasComdat(), "'common' global may not be in a Comdat!", &GV);
409 Assert1(GV.hasExternalLinkage() || GV.hasExternalWeakLinkage()
    [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 163 #define Assert1(C, M, V1) \
191 Assert1(F.hasName() || F.hasLocalLinkage(),
205 Assert1(CS.getCallingConv() == F->getCallingConv(),
212 Assert1(FT->isVarArg() ?
218 Assert1(FT->getReturnType() == I.getType(),
230 Assert1(Formal->getType() == Actual->getType(),
241 Assert1(Result != AliasAnalysis::MustAlias &&
262 Assert1(!isa<AllocaInst>(Obj),
293 Assert1(AA->alias(MCI->getSource(), Size, MCI->getDest(), Size) !=
319 Assert1(I.getParent()->getParent()->isVarArg()
    [all...]

Completed in 55 milliseconds