Home | History | Annotate | Download | only in Scalar

Lines Matching full:dyn_cast

177   if (const Argument *Arg = dyn_cast<Argument>(Op))
183 PointerType *Ty = dyn_cast<PointerType>(Op->getType());
216 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType())) {
237 if (PointerType *Pte = dyn_cast<PointerType>(ETy))
249 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType()))
250 if (PointerType *Pte = dyn_cast<PointerType>(PTy->getElementType()))
252 if (PointerType *PTy1 = dyn_cast<PointerType>(A1->getType())) {
261 if (PointerType *Pte1 = dyn_cast<PointerType>(ETy1))
275 if (const Instruction *I = dyn_cast<Instruction>(V)) {
362 if (const CallInst *CI = dyn_cast<CallInst>(V)) {
514 if (const LoadInst *LI = dyn_cast<LoadInst>(V)) {
517 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(Pointer)) {
538 if (const BitCastInst *BC = dyn_cast<BitCastInst>(Arg))
540 if (const GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Arg))
935 if (const SelectInst *SB = dyn_cast<SelectInst>(B))
958 if (const PHINode *PNB = dyn_cast<PHINode>(B))
1052 if (const PHINode *PN = dyn_cast<PHINode>(A))
1054 if (const PHINode *PN = dyn_cast<PHINode>(B))
1056 if (const SelectInst *S = dyn_cast<SelectInst>(A))
1058 if (const SelectInst *S = dyn_cast<SelectInst>(B))
1627 if (const ICmpInst *ICI = dyn_cast<ICmpInst>(Inst)) {
1642 } else if (const StoreInst *SI = dyn_cast<StoreInst>(Inst)) {
2059 const PHINode *PN = dyn_cast<PHINode>(Arg);
2595 if (InvokeInst *II = dyn_cast<InvokeInst>(LastUse)) {
2951 if (AllocaInst *Alloca = dyn_cast<AllocaInst>(Arg)) {
3022 ReturnInst *Ret = dyn_cast<ReturnInst>(&BB->back());
3379 LoadInst *Load = dyn_cast<LoadInst>(GetObjCArg(Release));
3395 StoreInst *Store = dyn_cast<StoreInst>(I);
3453 if (const MDString *S = dyn_cast<MDString>(N->getOperand(0)))
3547 if (Instruction *UserInst = dyn_cast<Instruction>(U.getUser()))
3552 if (PHINode *PHI = dyn_cast<PHINode>(UserInst)) {
3581 if (const BitCastInst *BI = dyn_cast<BitCastInst>(Arg))