HomeSort by relevance Sort by last modified time
    Searched refs:isa (Results 76 - 100 of 451) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 26 assert(isa<BinaryOperator>(FirstInst) || isa<CmpInst>(FirstInst));
157 (!isa<AllocaInst>(GEP->getOperand(0)) ||
171 if (isa<ConstantInt>(FirstInst->getOperand(op)) ||
172 isa<ConstantInt>(GEP->getOperand(op)))
261 if (isa<LoadInst>(U)) continue;
394 if (isa<GetElementPtrInst>(FirstInst))
396 if (isa<LoadInst>(FirstInst))
407 if (isa<CastInst>(FirstInst)) {
416 } else if (isa<BinaryOperator>(FirstInst) || isa<CmpInst>(FirstInst))
    [all...]
InstCombineCasts.cpp 266 if (V->getType() == Ty || isa<Constant>(V)) return false;
276 if (opc == Instruction::SExt && isa<CmpInst>(V) && Ty->isVectorTy())
304 if (isa<PHINode>(Src)) {
330 if (isa<Constant>(V))
340 if ((isa<ZExtInst>(I) || isa<SExtInst>(I)) &&
490 if (Src->hasOneUse() && isa<IntegerType>(Src->getType()) &&
650 if (isa<Constant>(V))
660 if (0 && isa<TruncInst>(I) && I->getOperand(0)->getType() == Ty)
749 if (CI.hasOneUse() && isa<TruncInst>(CI.use_back())
    [all...]
  /libcore/luni/src/main/java/java/net/
DatagramSocket.java 483 InetSocketAddress isa = (InetSocketAddress) peer; local
484 if (isa.getAddress() == null) {
485 throw new SocketException("Host is unresolved: " + isa.getHostName());
492 this.address = isa.getAddress();
493 this.port = isa.getPort();
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 191 while (isa<DbgInfoIntrinsic>(BBI)) {
196 if (!isa<DbgInfoIntrinsic>(BBI) && !isa<PHINode>(BBI))
227 if (User->getParent() != DestBB || !isa<PHINode>(User))
463 if (isa<PHINode>(User))
518 if (TLI && isa<InlineAsm>(CI->getCalledValue())) {
623 do { ++BI; } while (isa<DbgInfoIntrinsic>(BI));
628 while (isa<DbgInfoIntrinsic>(BI)) ++BI;
653 do { ++RI; } while (RI != RE && isa<DbgInfoIntrinsic>(&*RI));
    [all...]
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 224 if (isa<PHINode>(II->getUnwindDest()->begin())) {
292 assert(!isa<PHINode>(II->getNormalDest()) &&
293 !isa<PHINode>(II->getUnwindDest()) &&
303 while (isa<AllocaInst>(AfterAllocaInsertPt) &&
304 isa<ConstantInt>(cast<AllocaInst>(AfterAllocaInsertPt)->getArraySize()))
312 if (isa<StructType>(Ty) || isa<ArrayType>(Ty) || isa<VectorType>(Ty)) {
347 !isa<PHINode>(Inst->use_back())) continue;
352 if (isa<ConstantInt>(AI->getArraySize()) && BB == F->begin()
    [all...]
DemoteRegToStack.cpp 88 if (!isa<TerminatorInst>(I)) {
100 for (; isa<PHINode>(InsertPt); ++InsertPt)
BasicBlockUtils.cpp 68 if (!isa<PHINode>(BB->begin())) return;
85 else if (AA && isa<PointerType>(PN->getType()))
126 if (isa<InvokeInst>(PredBB->getTerminator())) return false;
150 if (isa<PHINode>(BB->front()))
290 while (isa<PHINode>(SplitIt) || isa<LandingPadInst>(SplitIt))
401 for (BasicBlock::iterator I = OrigBB->begin(); isa<PHINode>(I); ) {
471 assert(!isa<IndirectBrInst>(Preds[i]->getTerminator()) &&
482 for (BasicBlock::iterator I = BB->begin(); isa<PHINode>(I); ++I)
533 assert(!isa<IndirectBrInst>(Preds[i]->getTerminator()) &
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 104 while ((isa<BitCastInst>(IP) &&
105 isa<Argument>(cast<BitCastInst>(IP)->getOperand(0)) &&
107 isa<DbgInfoIntrinsic>(IP) ||
108 isa<LandingPadInst>(IP))
118 while (isa<PHINode>(IP) || isa<DbgInfoIntrinsic>(IP) ||
119 isa<LandingPadInst>(IP))
143 if (isa<DbgInfoIntrinsic>(IP))
287 for (unsigned i = Ops.size(); i > 0 && isa<SCEVAddRecExpr>(Ops[i-1]); --i)
513 if (isa<DbgInfoIntrinsic>(IP)
    [all...]
SparsePropagation.cpp 63 else if (!isa<Instruction>(V))
109 for (BasicBlock::iterator I = Dest->begin(); isa<PHINode>(I); ++I)
150 if (C == 0 || !isa<ConstantInt>(C)) {
161 if (isa<InvokeInst>(TI)) {
168 if (isa<IndirectBrInst>(TI)) {
192 if (C == 0 || !isa<ConstantInt>(C)) {
InstructionSimplify.cpp 85 !isa<InvokeInst>(I))
339 if (isa<SelectInst>(LHS)) {
342 assert(isa<SelectInst>(RHS) && "No select instruction operand!");
363 if (TV && isa<UndefValue>(TV))
365 if (FV && isa<UndefValue>(FV))
413 if (!isa<SelectInst>(LHS)) {
417 assert(isa<SelectInst>(LHS) && "Not comparing with a select instruction!");
468 if (isa<PHINode>(LHS)) {
474 assert(isa<PHINode>(RHS) && "No PHI instruction operand!");
512 if (!isa<PHINode>(LHS))
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 121 assert((GV || isa<ConstantPointerNull>(V)) &&
224 (!GuaranteedTailCallOpt || !isa<UnreachableInst>(Term))) return false;
235 if (isa<DbgInfoIntrinsic>(BBI))
248 if (isa<UndefValue>(Ret->getOperand(0))) return true;
271 if (isa<TruncInst>(U) &&
275 if (isa<BitCastInst>(U) &&
DwarfEHPrepare.cpp 331 if (isa<ConstantInt>(B)) E = B;
371 if (!isa<InvokeInst>(TI))
388 if (SwitchOK && isa<SwitchInst>(PT)) {
392 if (!isa<InvokeInst>(PT) || LPad == PT->getSuccessor(0)) {
417 if (isa<InvokeInst>(PT) && PT->getSuccessor(1) == LPad)
424 for (BasicBlock::iterator II = LPad->begin(); isa<PHINode>(II); ++II) {
487 if (isa<UnwindInst>(bi))
517 if (isa<UnwindInst>(RI))
528 if (isa<UnwindInst>(RI))
531 if (isa<UnwindInst>(RI)
    [all...]
SjLjEHPrepare.cpp 177 for (BasicBlock::iterator I = Succ->begin(); isa<PHINode>(I); ++I) {
196 if (isa<PHINode>(II->getUnwindDest()->begin())) {
256 assert(!isa<PHINode>(II->getNormalDest()) &&
257 !isa<PHINode>(II->getUnwindDest()) &&
267 while (isa<AllocaInst>(AfterAllocaInsertPt) &&
268 isa<ConstantInt>(cast<AllocaInst>(AfterAllocaInsertPt)->getArraySize()))
276 if (isa<StructType>(Ty) || isa<ArrayType>(Ty) || isa<VectorType>(Ty)) {
311 !isa<PHINode>(Inst->use_back())) continue
    [all...]
  /external/apache-http/src/org/apache/http/conn/
MultihomePlainSocketFactory.java 121 InetSocketAddress isa = local
123 sock.bind(isa);
  /external/clang/lib/AST/
DeclPrinter.cpp 106 if (isa<TypedefType>(BaseType))
216 if (isa<ObjCIvarDecl>(*D))
245 if (!BaseType.isNull() && isa<TagType>(BaseType) &&
258 if (isa<TagDecl>(*D) && !cast<TagDecl>(*D)->getIdentifier()) {
263 if (isa<AccessSpecDecl>(*D)) {
277 if (isa<FunctionDecl>(*D) &&
280 else if (isa<ObjCMethodDecl>(*D) && cast<ObjCMethodDecl>(*D)->getBody())
282 else if (isa<NamespaceDecl>(*D) || isa<LinkageSpecDecl>(*D) ||
283 isa<ObjCImplementationDecl>(*D) |
    [all...]
ASTDiagnostic.cpp 99 if (isa<VectorType>(Underlying))
300 if (isa<NamespaceDecl>(ND))
302 else if (isa<ObjCMethodDecl>(ND))
304 else if (isa<FunctionDecl>(ND))
  /external/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 88 if (!isa<NonLoc>(V)) {
146 if (!R || !isa<StackSpaceRegion>(R->getMemorySpace()))
162 if (isa<VarRegion>(R) && isa<StackLocalsSpaceRegion>(R->getMemorySpace()))
ArrayBoundCheckerV2.cpp 111 if (isa<NonLoc>(extentBegin)) {
141 if (!isa<NonLoc>(extentVal))
219 return isa<UndefinedVal>(val) ? svalBuilder.makeArrayIndex(0) : val;
268 if (!isa<NonLoc>(index))
CheckSizeofPointer.cpp 60 if (!isa<DeclRefExpr>(ArgEx->IgnoreParens()))
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 77 if (isa<EmitNodeMatcher>(N) && isa<MarkGlueResultsMatcher>(N->getNext()) &&
78 isa<CompleteMatchMatcher>(N->getNext()->getNext())) {
156 if ((isa<CheckTypeMatcher>(N) || isa<CheckChildTypeMatcher>(N) ||
157 isa<RecordMatcher>(N)) &&
158 isa<CheckOpcodeMatcher>(N->getNext())) {
408 !isa<CheckOpcodeMatcher>(NewOptionsToMatch[i])) {
  /external/v8/tools/gcmole/
gcmole.cc 54 if (!isa<clang::CXXConstructorDecl>(decl) &&
55 !isa<clang::CXXDestructorDecl>(decl)) {
250 if (isa<clang::CallExpr>(expr)) {
304 } else if (isa<clang::TagType>(t)) {
306 } else if (isa<clang::SubstTemplateTypeParmType>(t)) {
337 } else if (isa<clang::UnaryOperator>(expr)) {
341 } else if (isa<clang::CXXOperatorCallExpr>(expr)) {
425 if (isa<T>(*i)) return cast<T>(*i);
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 342 if (D && isa<CXXMethodDecl>(D) && cast<CXXMethodDecl>(D)->isInstance())
379 } else if (isa<llvm::ResumeInst>(&*BI)) {
397 if (isa<CXXMethodDecl>(FD) && cast<CXXMethodDecl>(FD)->isInstance())
411 if (isa<CXXDestructorDecl>(FD))
413 else if (isa<CXXConstructorDecl>(FD))
443 if (isa<LabelStmt>(S))
448 if (isa<SwitchCase>(S) && !IgnoreCaseStmts)
452 if (isa<SwitchStmt>(S))
472 if (isa<SwitchStmt>(S) || isa<WhileStmt>(S) || isa<DoStmt>(S) |
    [all...]
  /external/llvm/include/llvm/
Instructions.h 112 // Methods for support type inquiry through isa, cast, and dyn_cast:
118 return isa<Instruction>(V) && classof(cast<Instruction>(V));
232 // Methods for support type inquiry through isa, cast, and dyn_cast:
238 return isa<Instruction>(V) && classof(cast<Instruction>(V));
354 // Methods for support type inquiry through isa, cast, and dyn_cast:
360 return isa<Instruction>(V) && classof(cast<Instruction>(V));
426 // Methods for support type inquiry through isa, cast, and dyn_cast:
432 return isa<Instruction>(V) && classof(cast<Instruction>(V));
526 // Methods for support type inquiry through isa, cast, and dyn_cast:
532 return isa<Instruction>(V) && classof(cast<Instruction>(V))
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ObjCMessage.h 52 return isValid() && isa<ObjCMessageExpr>(MsgOrPropE);
57 isa<ObjCPropertyRefExpr>(MsgOrPropE) && !IsPropSetter;
62 isa<ObjCPropertyRefExpr>(MsgOrPropE) && IsPropSetter;
233 return ActualCallE && isa<CXXMemberCallExpr>(ActualCallE);
  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 46 if (declRef && isa<VarDecl>(declRef->getDecl())) {

Completed in 421 milliseconds

1 2 34 5 6 7 8 91011>>