Home | History | Annotate | Download | only in VMCore

Lines Matching refs:dyn_cast

194   if (const LoadInst *LI = dyn_cast<LoadInst>(this))
199 if (const StoreInst *SI = dyn_cast<StoreInst>(this))
204 if (const CmpInst *CI = dyn_cast<CmpInst>(this))
206 if (const CallInst *CI = dyn_cast<CallInst>(this))
210 if (const InvokeInst *CI = dyn_cast<InvokeInst>(this))
213 if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(this))
215 if (const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(this))
217 if (const FenceInst *FI = dyn_cast<FenceInst>(this))
220 if (const AtomicCmpXchgInst *CXI = dyn_cast<AtomicCmpXchgInst>(this))
224 if (const AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(this))
249 if (const LoadInst *LI = dyn_cast<LoadInst>(this))
254 if (const StoreInst *SI = dyn_cast<StoreInst>(this))
259 if (const CmpInst *CI = dyn_cast<CmpInst>(this))
261 if (const CallInst *CI = dyn_cast<CallInst>(this))
265 if (const InvokeInst *CI = dyn_cast<InvokeInst>(this))
269 if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(this))
271 if (const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(this))
273 if (const FenceInst *FI = dyn_cast<FenceInst>(this))
276 if (const AtomicCmpXchgInst *CXI = dyn_cast<AtomicCmpXchgInst>(this))
280 if (const AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(this))
297 const PHINode *PN = dyn_cast<PHINode>(U);
353 if (const CallInst *CI = dyn_cast<CallInst>(this))