HomeSort by relevance Sort by last modified time
    Searched refs:isa (Results 226 - 250 of 517) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 48 while (isa<AllocaInst>(InsertPos)) ++InsertPos;
112 while (isa<AllocaInst>(InsertPos))
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 159 if (!isa<StoreInst>(TheStores[i]))
375 for (++BI; !isa<TerminatorInst>(BI); ++BI) {
376 if (!isa<StoreInst>(BI) && !isa<MemSetInst>(BI)) {
404 !isa<ConstantInt>(MSI->getLength()))
494 if (ldep.isClobber() && !isa<MemCpyInst>(ldep.getInst()))
547 if (isa<ConstantInt>(MSI->getLength()) && !MSI->isVolatile())
637 if (isa<BitCastInst>(UI)) {
    [all...]
LoopUnswitch.cpp 353 if (isa<Constant>(Cond)) return 0;
607 if (!LoopExitBB || isa<PHINode>(LoopExitBB->begin()))
678 if (!isa<ConstantInt>(Val) ||
    [all...]
  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 153 !isa<PHINode>(I->use_back())))
261 if (isa<PHINode>(UserBB->begin()) &&
  /external/llvm/lib/VMCore/
IRBuilder.cpp 122 assert(isa<PointerType>(Ptr->getType()) &&
137 assert(isa<PointerType>(Ptr->getType()) &&
Function.cpp 303 assert(isa<Function>(Src) && "Expected a Function!");
624 if (isa<BlockAddress>(U))
626 if (!isa<CallInst>(U) && !isa<InvokeInst>(U))
643 if (!isa<BlockAddress>(*I))
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLSocketFactory.java 306 InetSocketAddress isa = local
308 sslsock.bind(isa);
  /external/clang/lib/Frontend/
ASTUnit.cpp 269 if (isa<UsingShadowDecl>(ND))
275 if (isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND) ||
276 isa<ClassTemplateDecl>(ND) || isa<TemplateTemplateParmDecl>(ND)) {
278 if (LangOpts.CPlusPlus || !isa<TagDecl>(ND))
292 if (LangOpts.CPlusPlus || isa<ObjCInterfaceDecl>(ND))
296 if (isa<ObjCInterfaceDecl>(ND))
300 if (isa<EnumDecl>(ND)) {
314 } else if (isa<ClassTemplateDecl>(ND)
    [all...]
ASTConsumers.cpp 80 if (isa<NamedDecl>(D))
150 if (isa<FunctionDecl>(D) || isa<ObjCMethodDecl>(D)) {
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 176 if (isa<ImplicitParamDecl>(VD) || isa<ParmVarDecl>(VD))
215 if (isa<AllocaRegion>(Arg) ||
216 isa<BlockDataRegion>(Arg) ||
217 isa<TypedRegion>(Arg)) {
DeadStoresChecker.cpp 298 if (!parent || !isa<ReturnStmt>(parent))
334 if (isa<CXXConstructExpr>(E))
368 if (isa<ParmVarDecl>(VD) && VD->getType()->isScalarType())
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 420 if (isa<SymbolMetadata>(sym))
448 if (isa<AllocaRegion>(MR))
451 if (isa<CXXThisRegion>(MR))
454 if (isa<MemSpaceRegion>(MR))
495 return isa<SymbolRegionValue>(sym);
ExprEngineCXX.cpp 40 if (!MR || !isa<CXXTempObjectRegion>(MR)) {
263 if (!isa<CXXConstructExpr>(Init)) {
268 if (isa<Loc>(Location))
SValBuilder.cpp 260 if (isa<Loc>(lhs)) {
261 if (isa<Loc>(rhs))
267 if (isa<Loc>(rhs)) {
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 231 if (isa<FunctionDecl>(D) || isa<ObjCMethodDecl>(D)) {
235 else if (isa<BlockDecl>(D)) {
343 if (isa<ObjCMethodDecl>(*I))
359 if (isa<ObjCMethodDecl>(N->getDecl()))
  /external/llvm/include/llvm/
InstrTypes.h 75 // Methods for support type inquiry through isa, cast, and dyn_cast:
81 return isa<Instruction>(V) && classof(cast<Instruction>(V));
115 // Methods for support type inquiry through isa, cast, and dyn_cast:
125 return isa<Instruction>(V) && classof(cast<Instruction>(V));
363 // Methods for support type inquiry through isa, cast, and dyn_cast:
369 return isa<Instruction>(V) && classof(cast<Instruction>(V));
388 /// if (isa<CastInst>(Instr)) { ... }
613 /// @brief Methods for support type inquiry through isa, cast, and dyn_cast:
619 return isa<Instruction>(V) && classof(cast<Instruction>(V));
    [all...]
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 390 assert(!isa<TerminatorInst>(Insts[i]));
404 if (!Instructions.count(Inst) && !isa<TerminatorInst>(Inst) &&
405 !isa<LandingPadInst>(Inst)) {
537 if (!isa<TerminatorInst>(I))
578 if (isa<LandingPadInst>(I))
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 208 if (!isa<ConstantArray>(Init) && !isa<ConstantDataArray>(Init))
219 !isa<ConstantInt>(GEP->getOperand(1)) ||
221 isa<Constant>(GEP->getOperand(2)))
295 if (isa<UndefValue>(C)) {
307 if (!isa<ConstantInt>(C)) return 0;
641 if (!isa<Constant>(GEPLHS->getOperand(i)) ||
653 if (!isa<Constant>(GEPRHS->getOperand(i)) ||
696 (isa<ConstantExpr>(GEPLHS) || GEPLHS->hasOneUse()) &&
697 (isa<ConstantExpr>(GEPRHS) || GEPRHS->hasOneUse()))
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 66 !isa<ObjCImplementationDecl>(method->getDeclContext()))
74 if (isa<ObjCProtocolDecl>(method->getDeclContext())) {
439 if (PrevDecl && !isa<ObjCInterfaceDecl>(PrevDecl)) {
567 if (isa<ObjCCompatibleAliasDecl>(ADecl))
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 368 if (isa<FunctionTemplateDecl>(*Con))
467 !isa<FieldDecl>(D) &&
468 !isa<IndirectFieldDecl>(D) &&
469 (!isa<TagDecl>(D) || cast<TagDecl>(D)->getTagKind() == TTK_Class ||
547 } else if (isa<CXXDestructorDecl>(D)) {
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 141 if (isa<CXXConstructExpr>(Base))
145 if (isa<CXXBindTemporaryExpr>(Base))
170 if (isa<BinaryOperator>(callee))
178 && !isa<CallExpr>(ME->getBase())) {
235 if (isa<CXXDestructorDecl>(MD)) return RValue::get(0);
236 if (isa<CXXConstructorDecl>(MD) &&
248 if (isa<CXXConstructorDecl>(MD) &&
261 if (isa<CXXDestructorDecl>(MD))
264 else if (isa<CXXConstructorDecl>(MD))
515 assert(isa<CXXConstructExpr>(Exp) &&
    [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 113 if (isa<UnreachableInst>(TI))
164 if (!isa<BranchInst>(TI) && !isa<SwitchInst>(TI))
LoopInfo.cpp 109 if (isa<LandingPadInst>(I))
158 for (BasicBlock::iterator I = H->begin(); isa<PHINode>(I); ++I) {
218 if (isa<IndirectBrInst>((*I)->getTerminator()))
PathNumbering.cpp 389 if(isa<ReturnInst>(terminator) || isa<UnreachableInst>(terminator) ||
390 isa<ResumeInst>(terminator))
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 153 else if (!isa<Function>(C))
154 if (isa<CompositeType>(C->getType()))
169 if (!isa<GlobalValue>(V) || cast<GlobalValue>(V)->hasLocalLinkage()) {

Completed in 1187 milliseconds

1 2 3 4 5 6 7 8 91011>>