Lines Matching full:dyn_cast
207 ConstantInt *RHS = dyn_cast<ConstantInt>(AddrInst->getOperand(1));
225 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
232 if (ConstantInt *CI = dyn_cast<ConstantInt>(AddrInst->getOperand(i))) {
311 if (ConstantInt *CI = dyn_cast<ConstantInt>(Addr)) {
317 } else if (GlobalValue *GV = dyn_cast<GlobalValue>(Addr)) {
325 } else if (Instruction *I = dyn_cast<Instruction>(Addr)) {
345 } else if (ConstantExpr *CE = dyn_cast<ConstantExpr>(Addr)) {
422 if (LoadInst *LI = dyn_cast<LoadInst>(U)) {
427 if (StoreInst *SI = dyn_cast<StoreInst>(U)) {
434 if (CallInst *CI = dyn_cast<CallInst>(U)) {
435 InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledValue());
469 if (AllocaInst *AI = dyn_cast<AllocaInst>(Val))