Home | History | Annotate | Download | only in Scalar

Lines Matching full:dyn_cast

153   if (CmpInst *C = dyn_cast<CmpInst>(I)) {
155 } else if (InsertValueInst *E = dyn_cast<InsertValueInst>(I)) {
170 IntrinsicInst *I = dyn_cast<IntrinsicInst>(EI->getAggregateOperand());
295 CallInst *NonLocalDepCall = dyn_cast<CallInst>(I->getResult().getInst());
890 ConstantInt *SizeCst = dyn_cast<ConstantInt>(MI->getLength());
905 Constant *Src = dyn_cast<Constant>(MTI->getSource());
908 GlobalVariable *GV = dyn_cast<GlobalVariable>(GetUnderlyingObject(Src, &TD));
1046 if (MemSetInst *MSI = dyn_cast<MemSetInst>(SrcInst)) {
1254 if (const IntrinsicInst* II = dyn_cast<IntrinsicInst>(Inst))
1311 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInfo.getInst())) {
1328 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInfo.getInst())) {
1346 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInfo.getInst())) {
1375 if (StoreInst *S = dyn_cast<StoreInst>(DepInst)) {
1393 if (LoadInst *LD = dyn_cast<LoadInst>(DepInst)) {
1485 if (Instruction *I = dyn_cast<Instruction>(AV.getSimpleValue()))
1688 if (StoreInst *DepSI = dyn_cast<StoreInst>(Dep.getInst())) {
1701 if (LoadInst *DepLI = dyn_cast<LoadInst>(Dep.getInst())) {
1716 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(Dep.getInst())) {
1767 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInst)) {
1796 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInst)) {
1837 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(DepInst)) {
1897 if (LoadInst *LI = dyn_cast<LoadInst>(I)) {
1908 if (BranchInst *BI = dyn_cast<BranchInst>(I)) {
2086 if (CallInst *CallI = dyn_cast<CallInst>(CurInst))