Home | History | Annotate | Download | only in Interpreter

Lines Matching full:dyn_cast

607       if (InvokeInst *II = dyn_cast<InvokeInst> (I))
708 for (; PHINode *PN = dyn_cast<PHINode>(SF.CurInst); ++SF.CurInst) {
770 if (StructType *STy = dyn_cast<StructType>(*I)) {
1260 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(V)) {
1262 } else if (Constant *CPV = dyn_cast<Constant>(V)) {
1264 } else if (GlobalValue *GV = dyn_cast<GlobalValue>(V)) {