Home | History | Annotate | Download | only in Analysis

Lines Matching full:dyn_cast

199   if (Function *F = dyn_cast<Function>(findValue(Callee, /*OffsetOk=*/false))) {
263 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(&I))
284 dyn_cast<ConstantInt>(findValue(MCI->getLength(),
386 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(UnderlyingObject))
450 dyn_cast<ConstantInt>(findValue(I.getOperand(1), /*OffsetOk=*/false)))
457 dyn_cast<ConstantInt>(findValue(I.getOperand(1), /*OffsetOk=*/false)))
464 dyn_cast<ConstantInt>(findValue(I.getOperand(1), /*OffsetOk=*/false)))
524 dyn_cast<ConstantInt>(findValue(I.getIndexOperand(),
532 dyn_cast<ConstantInt>(findValue(I.getOperand(2),
571 if (LoadInst *L = dyn_cast<LoadInst>(V)) {
585 } else if (PHINode *PN = dyn_cast<PHINode>(V)) {
589 } else if (CastInst *CI = dyn_cast<CastInst>(V)) {
593 } else if (ExtractValueInst *Ex = dyn_cast<ExtractValueInst>(V)) {
598 } else if (ConstantExpr *CE = dyn_cast<ConstantExpr>(V)) {
616 if (Instruction *Inst = dyn_cast<Instruction>(V)) {
619 } else if (ConstantExpr *CE = dyn_cast<ConstantExpr>(V)) {