Lines Matching full:dyn_cast
640 if (const ConstantFP *CFP = dyn_cast<ConstantFP>(C))
642 else if (const GlobalValue *GV = dyn_cast<GlobalValue>(C))
704 if (const Instruction *I = dyn_cast<Instruction>(Obj)) {
712 } else if (const ConstantExpr *C = dyn_cast<ConstantExpr>(Obj)) {
717 if (PointerType *Ty = dyn_cast<PointerType>(Obj->getType()))
752 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
759 if (const ConstantInt *CI = dyn_cast<ConstantInt>(Op)) {
809 if (const GlobalValue *GV = dyn_cast<GlobalValue>(Obj)) {
1086 if (const CmpInst *CI = dyn_cast<CmpInst>(BI->getCondition())) {
1146 } else if (TruncInst *TI = dyn_cast<TruncInst>(BI->getCondition())) {
1862 const GlobalValue *GV = dyn_cast<GlobalValue>(Callee);