/external/llvm/lib/Transforms/IPO/ |
ArgumentPromotion.cpp | 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) [all...] |
DeadArgumentElimination.cpp | 197 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) { 245 if (InvokeInst *II = dyn_cast<InvokeInst>(Call)) { 347 else if (StructType *STy = dyn_cast<StructType>(F->getReturnType())) 378 if (const ReturnInst *RI = dyn_cast<ReturnInst>(V)) { 387 if (const InsertValueInst *IV = dyn_cast<InsertValueInst>(V)) { 477 if (const ReturnInst *RI = dyn_cast<ReturnInst>(BB->getTerminator())) 494 Type *STy = dyn_cast<StructType>(F.getReturnType()); 522 const ExtractValueInst *Ext = dyn_cast<ExtractValueInst>(*I); 672 StructType *STy = dyn_cast<StructType>(RetTy); 823 if (InvokeInst *II = dyn_cast<InvokeInst>(Call)) [all...] |
/external/llvm/lib/Transforms/Scalar/ |
LoopDeletion.cpp | 89 while (PHINode* P = dyn_cast<PHINode>(BI)) { 101 if (Instruction* I = dyn_cast<Instruction>(incoming)) 192 while (PHINode* P = dyn_cast<PHINode>(BI)) {
|
ADCE.cpp | 71 if (Instruction* Inst = dyn_cast<Instruction>(OI))
|
/external/llvm/lib/Transforms/Utils/ |
LCSSA.cpp | 188 if (PHINode *PN = dyn_cast<PHINode>(U)) 205 if (InvokeInst *Inv = dyn_cast<InvokeInst>(Inst)) 258 if (PHINode *PN = dyn_cast<PHINode>(User))
|
/external/clang/lib/Sema/ |
SemaObjCProperty.cpp | 107 if (ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(ClassDecl)) 527 if ((IC = dyn_cast<ObjCImplementationDecl>(ClassImpDecl))) { 551 dyn_cast<ObjCCategoryDecl>(property->getDeclContext())) { 558 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { [all...] |
SemaLookup.cpp | 366 if (TypeDecl *TD = dyn_cast<TypeDecl>(D)) { 586 if (const CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(DC)) 598 if (const CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(DC)) 608 if (const CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(DC)) 658 FunctionTemplateDecl *ConvTemplate = dyn_cast<FunctionTemplateDecl>(*U); 902 if (ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(Ctx)) { [all...] |
SemaExprMember.cpp | 121 if (dyn_cast<FieldDecl>(D)) 160 if (CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(DC)) 195 if (CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(SemaRef.CurContext)) { [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
FastISel.cpp | 84 const Instruction *I = dyn_cast<Instruction>(V); 89 if (const CastInst *Cast = dyn_cast<CastInst>(I)) 157 if (const ConstantInt *CI = dyn_cast<ConstantInt>(V)) { 167 } else if (const ConstantFP *CF = dyn_cast<ConstantFP>(V)) { 195 } else if (const Operator *Op = dyn_cast<Operator>(V)) { 339 if (ConstantInt *CI = dyn_cast<ConstantInt>(I->getOperand(0))) 364 if (ConstantInt *CI = dyn_cast<ConstantInt>(I->getOperand(1))) { 385 if (ConstantFP *CF = dyn_cast<ConstantFP>(I->getOperand(1))) { 430 if (StructType *StTy = dyn_cast<StructType>(Ty)) { 448 if (const ConstantInt *CI = dyn_cast<ConstantInt>(Idx)) [all...] |
/external/clang/examples/PrintFunctionNames/ |
PrintFunctionNames.cpp | 29 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D))
|
/external/clang/include/clang/Analysis/Visitors/ |
CFGRecStmtDeclVisitor.h | 51 if (VarDecl* VD = dyn_cast<VarDecl>(D))
|
/external/clang/include/clang/Sema/ |
ExternalSemaSource.h | 67 // isa/cast/dyn_cast support
|
/external/clang/lib/Frontend/ |
ASTMerge.cpp | 63 if (NamedDecl *ND = dyn_cast<NamedDecl>(*D))
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ArrayBoundChecker.cpp | 41 const ElementRegion *ER = dyn_cast<ElementRegion>(R);
|
DivZeroChecker.cpp | 46 const DefinedSVal *DV = dyn_cast<DefinedSVal>(&Denom);
|
UndefCapturedBlockVarChecker.cpp | 37 if (const BlockDeclRefExpr *BR = dyn_cast<BlockDeclRefExpr>(S))
|
/external/llvm/include/llvm/ |
Argument.h | 81 /// dyn_cast:
|
GlobalAlias.h | 79 // Methods for support type inquiry through isa, cast, and dyn_cast:
|
/external/llvm/include/llvm/Support/ |
GetElementPtrTypeIterator.h | 69 if (CompositeType *CT = dyn_cast<CompositeType>(CurTy)) {
|
ValueHandle.h | 154 // dyn_cast, isa, etc. 230 // dyn_cast, isa, etc. 339 // dyn_cast, isa, etc. 395 // dyn_cast, isa, etc.
|
/external/llvm/lib/CodeGen/ |
GCStrategy.cpp | 183 if (StoreInst *SI = dyn_cast<StoreInst>(IP)) 185 dyn_cast<AllocaInst>(SI->getOperand(1)->stripPointerCasts())) 237 if (CallInst *CI = dyn_cast<CallInst>(I)) 284 if (IntrinsicInst *CI = dyn_cast<IntrinsicInst>(II++)) {
|
/external/llvm/lib/Target/MBlaze/ |
MBlazeISelDAGToDAG.cpp | 157 if (FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(N.getOperand(0))) { 164 } else if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N)) { 173 if (FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(N)) 210 int FI = dyn_cast<FrameIndexSDNode>(Node)->getIndex();
|
MBlazeTargetObjectFile.cpp | 59 const GlobalVariable *GVA = dyn_cast<GlobalVariable>(GV);
|
/external/llvm/lib/Target/Mips/ |
MipsTargetObjectFile.cpp | 69 const GlobalVariable *GVA = dyn_cast<GlobalVariable>(GV);
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineWorklist.h | 46 if (Instruction *I = dyn_cast<Instruction>(V))
|