Home | History | Annotate | Download | only in IPO

Lines Matching full:dyn_cast

163       if (StructType *STy = dyn_cast<StructType>(AgTy)) {
193 if (StructType *STy = dyn_cast<StructType>(AgTy)) {
350 if (LoadInst *LI = dyn_cast<LoadInst>(I)) {
352 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(V)) {
359 if (ConstantInt *CI = dyn_cast<ConstantInt>(*II))
384 if (LoadInst *LI = dyn_cast<LoadInst>(U)) {
389 } else if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(U)) {
404 if (ConstantInt *C = dyn_cast<ConstantInt>(*i))
412 if (LoadInst *LI = dyn_cast<LoadInst>(*UI)) {
567 if (LoadInst *L = dyn_cast<LoadInst>(User))
734 if (InvokeInst *II = dyn_cast<InvokeInst>(Call)) {
829 if (LoadInst *LI = dyn_cast<LoadInst>(I->use_back())) {