Home | History | Annotate | Download | only in Analysis

Lines Matching full:dyn_cast

51   if (const Argument *A = dyn_cast<Argument>(V))
55 if (const GlobalValue *GV = dyn_cast<GlobalValue>(V))
75 if (const Argument *A = dyn_cast<Argument>(V))
104 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(V)) {
108 } else if (const AllocaInst *AI = dyn_cast<AllocaInst>(V)) {
116 if (const ConstantInt* C = dyn_cast<ConstantInt>(CI->getArgOperand(0)))
119 } else if (const Argument *A = dyn_cast<Argument>(V)) {
188 if (BinaryOperator *BOp = dyn_cast<BinaryOperator>(V)) {
189 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(BOp->getOperand(1))) {
267 const Operator *Op = dyn_cast<Operator>(V);
270 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
284 const GEPOperator *GEPOp = dyn_cast<GEPOperator>(Op);
288 if (const Instruction *I = dyn_cast<Instruction>(V))
320 if (StructType *STy = dyn_cast<StructType>(*GTI++)) {
330 if (ConstantInt *CIdx = dyn_cast<ConstantInt>(Index)) {
432 if (const Instruction *inst = dyn_cast<Instruction>(V))
435 if (const Argument *arg = dyn_cast<Argument>(V))
582 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(V)) {
594 if (const SelectInst *SI = dyn_cast<SelectInst>(V)) {
602 if (const PHINode *PN = dyn_cast<PHINode>(V)) {
684 if (const CallInst *CI = dyn_cast<CallInst>(CS.getInstruction()))
722 const IntrinsicInst *II = dyn_cast<IntrinsicInst>(CS.getInstruction());
729 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(II->getArgOperand(2)))
748 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(II->getArgOperand(2))) {
841 if (const GEPOperator *GEP2 = dyn_cast<GEPOperator>(V2)) {
988 if (const SelectInst *SI2 = dyn_cast<SelectInst>(V2))
1023 if (const PHINode *PN2 = dyn_cast<PHINode>(V2))
1108 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O1))
1111 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O2))
1176 if (const GEPOperator *GV1 = dyn_cast<GEPOperator>(V1)) {
1185 if (const PHINode *PN = dyn_cast<PHINode>(V1)) {
1195 if (const SelectInst *S1 = dyn_cast<SelectInst>(V1)) {