Lines Matching full:dyn_cast
233 if (const Argument *A = dyn_cast<Argument>(V))
275 const AllocaInst *AI = dyn_cast<AllocaInst>(V);
286 if (const CallInst *CI = dyn_cast<CallInst>(&I))
760 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(CPV)) {
929 if (ConstantInt *CI = dyn_cast<ConstantInt>(CPV)) {
1036 if (ConstantArray *CA = dyn_cast<ConstantArray>(CPV)) {
1063 if (ConstantVector *CV = dyn_cast<ConstantVector>(CPV)) {
1118 } else if (GlobalValue *GV = dyn_cast<GlobalValue>(CPV)) {
1235 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(Operand)) {
1241 if (const GlobalValue *GV = dyn_cast<GlobalValue>(Operand)) {
1310 if (Instruction *I = dyn_cast<Instruction>(Operand))
1319 Constant* CPV = dyn_cast<Constant>(Operand);
1590 ConstantArray *InitList = dyn_cast<ConstantArray>(GV->getInitializer());
1594 if (ConstantStruct *CS = dyn_cast<ConstantStruct>(InitList->getOperand(i))){
1600 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(FP))
1603 if (Function *F = dyn_cast<Function>(FP))
1983 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(C)) {
1990 const ConstantFP *FPC = dyn_cast<ConstantFP>(C);
2102 if (StructType *ST = dyn_cast<StructType>(Ty)) {
2839 if (CallInst *CI = dyn_cast<CallInst>(I++))
2886 if (CallInst *Call = dyn_cast<CallInst>(I))
2954 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(Callee))
2956 if (Function *RF = dyn_cast<Function>(CE->getOperand(0))) {
3231 else if (StructType *ST = dyn_cast<StructType>(CI.getType())) {
3365 LastIndexIsVector = dyn_cast<VectorType>(*TmpI);
3477 if (IntegerType* ITy = dyn_cast<IntegerType>(Operand->getType()))