Home | History | Annotate | Download | only in Analysis

Lines Matching refs:isa

126       if (isa<Instruction>(V)) {
257 Assert1(!isa<AllocaInst>(Obj),
358 Assert1(!isa<AllocaInst>(Obj),
374 Assert1(!isa<ConstantPointerNull>(UnderlyingObject),
376 Assert1(!isa<UndefValue>(UnderlyingObject),
378 Assert1(!isa<ConstantInt>(UnderlyingObject) ||
381 Assert1(!isa<ConstantInt>(UnderlyingObject) ||
389 Assert1(!isa<Function>(UnderlyingObject) &&
390 !isa<BlockAddress>(UnderlyingObject),
394 Assert1(!isa<Function>(UnderlyingObject),
396 Assert1(!isa<BlockAddress>(UnderlyingObject),
400 Assert1(!isa<BlockAddress>(UnderlyingObject),
404 Assert1(!isa<Constant>(UnderlyingObject) ||
405 isa<BlockAddress>(UnderlyingObject),
437 Assert1(!isa<UndefValue>(I.getOperand(0)) ||
438 !isa<UndefValue>(I.getOperand(1)),
443 Assert1(!isa<UndefValue>(I.getOperand(0)) ||
444 !isa<UndefValue>(I.getOperand(1)),
471 if (isa<UndefValue>(V)) return true;
501 if (isa<ConstantInt>(I.getArraySize()))