HomeSort by relevance Sort by last modified time
    Searched refs:isa (Results 51 - 75 of 547) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 257 if (isa<CmpInst>(L)) {
263 } else if (isa<CallInst>(L)) {
265 } else if (isa<PHINode>(L)) {
278 } else if (isa<InvokeInst>(L)) {
290 } else if (isa<BranchInst>(L)) {
308 } else if (isa<SwitchInst>(L)) {
346 } else if (isa<UnreachableInst>(L)) {
375 if (isa<GlobalValue>(L))
380 if (isa<ConstantExpr>(L))
386 if (isa<ConstantPointerNull>(L)
    [all...]
DiffConsumer.cpp 50 out << (isa<GlobalValue>(V) ? '@' : '%') << V->getName();
54 if (isa<StoreInst>(V)) {
57 } else if (isa<CallInst>(V)) {
60 } else if (isa<InvokeInst>(V)) {
68 if (isa<Constant>(V)) {
99 if (isa<Function>(I->L)) {
110 } else if (isa<BasicBlock>(I->L)) {
122 } else if (isa<Instruction>(I->L)) {
  /external/clang/lib/AST/
ParentMap.cpp 108 do { S = getParent(S); } while (S && isa<ParenExpr>(S));
116 while (S && (isa<ParenExpr>(S) || isa<CastExpr>(S)));
124 } while (S && isa<Expr>(S) && cast<Expr>(S)->IgnoreParenImpCasts() != S);
131 while (isa<ParenExpr>(S)) {
143 while (P && (isa<ParenExpr>(P) || isa<CastExpr>(P))) {
153 return isa<Expr>(P);
DeclBase.cpp 82 if (Invalid && !isa<ParmVarDecl>(this)) {
159 return isa<FunctionDecl>(this) || isa<FunctionTemplateDecl>(this);
163 return isa<TemplateDecl>(this);
452 } else if (isa<ObjCInterfaceDecl>(this) &&
468 if (isa<WeakImportAttr>(*A))
683 if (isa<TranslationUnitDecl>(this) ||
684 isa<TemplateTypeParmDecl>(this) ||
685 isa<NonTypeTemplateParmDecl>(this) ||
686 !isa<CXXRecordDecl>(getDeclContext()) |
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
PointerSubChecker.cpp 60 if (isa<SymbolicRegion>(BaseLR) || isa<SymbolicRegion>(BaseRR))
AnalyzerStatsChecker.cpp 97 if (isa<FunctionDecl>(D) || isa<ObjCMethodDecl>(D)) {
101 else if (isa<BlockDecl>(D)) {
  /external/clang/lib/StaticAnalyzer/Core/
CheckerHelpers.cpp 38 if (DR && isa<EnumConstantDecl>(DR->getDecl()))
70 if (isa<OffsetOfExpr>(S))
  /external/llvm/lib/IR/
User.cpp 29 assert((!isa<Constant>(this) || isa<GlobalValue>(this)) &&
ConstantFold.cpp 143 if (isa<ConstantAggregateZero>(V))
153 if (isa<ConstantInt>(V) || isa<ConstantFP>(V))
159 if (isa<ConstantPointerNull>(V)) // ptr->ptr cast.
511 if (isa<UndefValue>(V)) {
549 if ((isa<ConstantVector>(V) || isa<ConstantDataVector>(V)) &&
617 bool isOne = isa<ConstantInt>(Idx) && cast<ConstantInt>(Idx)->isOne();
718 if (isa<UndefValue>(Cond)) {
719 if (isa<UndefValue>(V1)) return V1
    [all...]
BasicBlock.cpp 136 while (isa<PHINode>(i)) ++i;
146 while (isa<PHINode>(i) || isa<DbgInfoIntrinsic>(i)) ++i;
157 if (isa<PHINode>(i) || isa<DbgInfoIntrinsic>(i))
172 if (isa<LandingPadInst>(InsertPt)) ++InsertPt;
361 return isa<LandingPadInst>(getFirstNonPHI());
  /external/llvm/lib/Target/Hexagon/
HexagonRemoveSZExtArgs.cpp 56 if (!isa<PointerType>(Arg->getType())) {
59 if (isa<SExtInst>(*UI)) {
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 35 if (isa<GlobalValue>(V) || isa<MDString>(V))
157 if (isa<ConstantArray>(C))
159 if (isa<ConstantStruct>(C))
161 if (isa<ConstantVector>(C))
164 if (isa<UndefValue>(C))
166 if (isa<ConstantAggregateZero>(C))
168 assert(isa<ConstantPointerNull>(C));
DemoteRegToStack.cpp 78 if (!isa<TerminatorInst>(I)) {
99 for (; isa<PHINode>(InsertPt) || isa<LandingPadInst>(InsertPt); ++InsertPt)
139 for (; isa<PHINode>(InsertPt) || isa<LandingPadInst>(InsertPt); ++InsertPt)
  /external/llvm/lib/CodeGen/
Analysis.cpp 120 assert((GV || isa<ConstantPointerNull>(V)) &&
217 if (isa<TruncInst>(I) &&
222 if (isa<BitCastInst>(I)) {
231 if (isa<VectorType>(Op->getType()) && isa<VectorType>(I->getType()) &&
238 if (isa<IntToPtrInst>(I) && !isa<VectorType>(I->getType())) {
247 if (isa<PtrToIntInst>(I) && !isa<VectorType>(I->getType())) {
283 !isa<UnreachableInst>(Term))
    [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 123 if (isa<MDNode>(V) || isa<MDString>(V)) {
233 if (isa<MDNode>(V) || isa<MDString>(V))
235 else if (!isa<Instruction>(V) && !isa<Argument>(V))
243 assert((isa<MDNode>(MD) || isa<MDString>(MD)) && "Invalid metadata kind");
298 } else if (isa<Instruction>(V) || isa<Argument>(V)
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 125 if (isa<MDNode>(V) || isa<MDString>(V)) {
235 if (isa<MDNode>(V) || isa<MDString>(V))
237 else if (!isa<Instruction>(V) && !isa<Argument>(V))
245 assert((isa<MDNode>(MD) || isa<MDString>(MD)) && "Invalid metadata kind");
300 } else if (isa<Instruction>(V) || isa<Argument>(V)
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 125 if (isa<MDNode>(V) || isa<MDString>(V)) {
235 if (isa<MDNode>(V) || isa<MDString>(V))
237 else if (!isa<Instruction>(V) && !isa<Argument>(V))
245 assert((isa<MDNode>(MD) || isa<MDString>(MD)) && "Invalid metadata kind");
300 } else if (isa<Instruction>(V) || isa<Argument>(V)
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 125 if (isa<MDNode>(V) || isa<MDString>(V)) {
235 if (isa<MDNode>(V) || isa<MDString>(V))
237 else if (!isa<Instruction>(V) && !isa<Argument>(V))
245 assert((isa<MDNode>(MD) || isa<MDString>(MD)) && "Invalid metadata kind");
300 } else if (isa<Instruction>(V) || isa<Argument>(V)
    [all...]
  /libcore/luni/src/test/java/libcore/io/
OsTest.java 112 InetSocketAddress isa = (InetSocketAddress) Libcore.os.getsockname(fd); local
114 checkNoName(isa);
116 assertEquals(address, isa.getAddress());
121 InetSocketAddress isa = (InetSocketAddress) sa; local
122 assertEquals(0, isa.getAddress().getAddress().length);
  /external/llvm/include/llvm/IR/
Operator.h 71 return isa<Instruction>(V) || isa<ConstantExpr>(V);
124 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) ||
125 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)));
164 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) ||
165 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)));
306 return isa<Instruction>(V) && classof(cast<Instruction>(V));
323 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) ||
324 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)));
430 if (!isa<ConstantInt>(I)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 40 isa<ConstantInt>(I->getOperand(2)))
73 if (!isa<ConstantInt>(III->getOperand(2)))
159 CheapToScalarize(BO, isa<ConstantInt>(EI.getOperand(1)))) {
174 if (isa<Constant>(IE->getOperand(2)) && isa<Constant>(EI.getOperand(1))) {
224 if (isa<UndefValue>(V)) {
248 if (!isa<ConstantInt>(IdxOp))
252 if (isa<UndefValue>(ScalarOp)) { // inserting undef into vector.
261 if (isa<ConstantInt>(EI->getOperand(1)) &&
303 if (isa<UndefValue>(V))
    [all...]
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 92 if (isa<BlockAddress>(U)) continue;
96 if (!isa<CallInst>(U) && !isa<InvokeInst>(U))
195 if (isa<UndefValue>(V))
199 if (isa<Constant>(V) || isa<Argument>(V)) {
200 if (isa<UndefValue>(RV)) {
  /external/llvm/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
24 // isa<x> Support Templates
45 // The core of the implementation of isa<X> is here; To and From should be
47 // implementation of isa<> without rewriting it from scratch.
79 assert(Val && "isa<> used on a null pointer");
86 assert(Val && "isa<> used on a null pointer");
93 assert(Val && "isa<> used on a null pointer");
117 // isa<X> - Return true if the parameter to the template is an instance of the
120 // if (isa<Type>(myVal)) { ... }
123 inline bool isa(const Y &Val) function in namespace:llvm
    [all...]
  /system/media/camera/docs/
metadata_helpers.py 105 isa = lambda x,y: isinstance(x, y)
106 fltr = lambda x: not isa(x, metadata_model.Metadata) and \
107 not isa(x, metadata_model.Kind)
  /external/clang/include/clang/Basic/
LLVM.h 54 using llvm::isa;

Completed in 373 milliseconds

1 23 4 5 6 7 8 91011>>