OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dyn_cast
(Results
326 - 350
of
502
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/lib/Transforms/Scalar/
DCE.cpp
110
if (Instruction *Used =
dyn_cast
<Instruction>(*OI))
LowerAtomic.cpp
127
if (IntrinsicInst *II =
dyn_cast
<IntrinsicInst>(DI++))
/external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp
77
while (PHINode *PN =
dyn_cast
<PHINode>(BB->begin())) {
102
PHINode *PN =
dyn_cast
<PHINode>(I); ++I)
141
if (PHINode *PN =
dyn_cast
<PHINode>(BI)) {
531
if (PHINode *PN =
dyn_cast
<PHINode>(*i))
LoopSimplify.cpp
187
if (BranchInst *BI =
dyn_cast
<BranchInst>((*I)->getTerminator()))
189
if (UndefValue *Cond =
dyn_cast
<UndefValue>(BI->getCondition())) {
267
(PN =
dyn_cast
<PHINode>(I++)); )
295
BranchInst *BI =
dyn_cast
<BranchInst>(ExitingBlock->getTerminator());
297
CmpInst *CI =
dyn_cast
<CmpInst>(BI->getCondition());
/external/llvm/lib/VMCore/
Dominators.cpp
90
if (const InvokeInst *II =
dyn_cast
<InvokeInst>(A))
/external/clang/lib/Rewrite/
RewriteRope.cpp
18
using llvm::
dyn_cast
;
615
if (RopePieceBTreeLeaf *Leaf =
dyn_cast
<RopePieceBTreeLeaf>(this))
629
if (RopePieceBTreeLeaf *Leaf =
dyn_cast
<RopePieceBTreeLeaf>(this))
643
if (RopePieceBTreeLeaf *Leaf =
dyn_cast
<RopePieceBTreeLeaf>(this))
652
if (RopePieceBTreeLeaf *Leaf =
dyn_cast
<RopePieceBTreeLeaf>(this))
671
while (const RopePieceBTreeInterior *IN =
dyn_cast
<RopePieceBTreeInterior>(N))
732
if (RopePieceBTreeLeaf *Leaf =
dyn_cast
<RopePieceBTreeLeaf>(getRoot(Root)))
/external/clang/lib/Sema/
SemaCXXScopeSpec.cpp
34
if (const RecordType *RecordTy =
dyn_cast
<RecordType>(Ty)) {
214
if (TagDecl *tag =
dyn_cast
<TagDecl>(DC)) {
277
else if (TypedefNameDecl *TD =
dyn_cast
<TypedefNameDecl>(SD)) {
555
if (NamespaceDecl *Namespace =
dyn_cast
<NamespaceDecl>(SD)) {
560
if (NamespaceAliasDecl *Alias =
dyn_cast
<NamespaceAliasDecl>(SD)) {
[
all
...]
SemaOverload.cpp
602
if (FunctionTemplateDecl *OldT =
dyn_cast
<FunctionTemplateDecl>(OldD)) {
612
} else if (FunctionDecl *OldF =
dyn_cast
<FunctionDecl>(OldD)) {
713
CXXMethodDecl* OldMethod =
dyn_cast
<CXXMethodDecl>(Old);
714
CXXMethodDecl* NewMethod =
dyn_cast
<CXXMethodDecl>(New);
848
=
dyn_cast
<CXXConstructorDecl>(ICS.UserDefined.ConversionFunction)) {
[
all
...]
CodeCompleteConsumer.cpp
265
if (ImplicitParamDecl *ImplicitParam =
dyn_cast
<ImplicitParamDecl>(ND))
399
if (FunctionDecl *Function =
dyn_cast
<FunctionDecl>(Declaration))
/external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp
229
const GlobalVariable *GVar =
dyn_cast
<GlobalVariable>(GV);
232
if (const GlobalAlias *GA =
dyn_cast
<GlobalAlias>(GV))
268
const GlobalVariable *GVar =
dyn_cast
<GlobalVariable>(GV);
271
if (const GlobalAlias *GA =
dyn_cast
<GlobalAlias>(GV))
359
if (!(CN =
dyn_cast
<ConstantSDNode>(Addr.getOperand(1)))) {
367
ConstantSDNode *CN =
dyn_cast
<ConstantSDNode>(Base.getOperand(1)
[
all
...]
/external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp
122
if (const LoadInst *LI =
dyn_cast
<LoadInst>(Inst)) {
131
if (const StoreInst *SI =
dyn_cast
<StoreInst>(Inst)) {
140
if (const VAArgInst *V =
dyn_cast
<VAArgInst>(Inst)) {
151
if (const IntrinsicInst *II =
dyn_cast
<IntrinsicInst>(Inst))
351
if (IntrinsicInst *II =
dyn_cast
<IntrinsicInst>(Inst)) {
371
if (LoadInst *LI =
dyn_cast
<LoadInst>(Inst)) {
385
if (IntegerType *ITy =
dyn_cast
<IntegerType>(LI->getType()))
426
if (StoreInst *SI =
dyn_cast
<StoreInst>(Inst)) {
526
if (IntrinsicInst *II =
dyn_cast
<IntrinsicInst>(QueryInst))
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
500
dyn_cast
<OverflowingBinaryOperator>(V)) {
506
dyn_cast
<PossiblyExactOperator>(V)) {
542
if (const MDNode *N =
dyn_cast
<MDNode>(Vals[i].first)) {
550
} else if (const MDString *MDS =
dyn_cast
<MDString>(Vals[i].first)) {
731
if (const InlineAsm *IA =
dyn_cast
<InlineAsm>(V)) {
757
} else if (const ConstantInt *IV =
dyn_cast
<ConstantInt>(C)) {
782
} else if (const ConstantFP *CFP =
dyn_cast
<ConstantFP>(C)) {
834
} else if (const ConstantExpr *CE =
dyn_cast
<ConstantExpr>(C)) {
[
all
...]
/external/llvm/lib/Target/PTX/
PTXInstrInfo.td
54
(PT =
dyn_cast
<PointerType>(Src->getType())))
63
(PT =
dyn_cast
<PointerType>(Src->getType())))
72
(PT =
dyn_cast
<PointerType>(Src->getType())))
81
(PT =
dyn_cast
<PointerType>(Src->getType())))
90
(PT =
dyn_cast
<PointerType>(Src->getType())))
100
(PT =
dyn_cast
<PointerType>(Src->getType())))
110
(PT =
dyn_cast
<PointerType>(Src->getType())))
120
(PT =
dyn_cast
<PointerType>(Src->getType())))
130
(PT =
dyn_cast
<PointerType>(Src->getType())))
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
577
dyn_cast
<OverflowingBinaryOperator>(V)) {
583
dyn_cast
<PossiblyExactOperator>(V)) {
619
if (const MDNode *N =
dyn_cast
<MDNode>(Vals[i].first)) {
627
} else if (const MDString *MDS =
dyn_cast
<MDString>(Vals[i].first)) {
808
if (const InlineAsm *IA =
dyn_cast
<InlineAsm>(V)) {
834
} else if (const ConstantInt *IV =
dyn_cast
<ConstantInt>(C)) {
859
} else if (const ConstantFP *CFP =
dyn_cast
<ConstantFP>(C)) {
[
all
...]
/external/clang/lib/AST/
TypePrinter.cpp
100
if (const AutoType *AT =
dyn_cast
<AutoType>(T))
103
=
dyn_cast
<SubstTemplateTypeParmType>(T))
591
if (NamespaceDecl *NS =
dyn_cast
<NamespaceDecl>(DC)) {
597
=
dyn_cast
<ClassTemplateSpecializationDecl>(DC)) {
607
} else if (TagDecl *Tag =
dyn_cast
<TagDecl>(DC)) {
676
=
dyn_cast
<ClassTemplateSpecializationDecl>(D)) {
[
all
...]
TemplateBase.cpp
84
if (DeclContext *DC =
dyn_cast
<DeclContext>(getAsDecl()))
123
if (DeclContext *DC =
dyn_cast
<DeclContext>(getAsDecl()))
/external/clang/lib/CodeGen/
CGExprConstant.cpp
203
if (llvm::ConstantInt *Val =
dyn_cast
<llvm::ConstantInt>(LastElt))
442
if (llvm::StructType *ILESTy =
dyn_cast
<llvm::StructType>(ILETy)) {
860
if (const FunctionDecl *FD =
dyn_cast
<FunctionDecl>(Decl))
862
if (const VarDecl* VD =
dyn_cast
<VarDecl>(Decl)) {
[
all
...]
CodeGenFunction.cpp
116
dyn_cast
<llvm::BranchInst>(*ReturnBlock.getBlock()->use_begin());
367
if (llvm::CallInst *Call =
dyn_cast
<llvm::CallInst>(&*BI))
515
if (const BinaryOperator *CondBOp =
dyn_cast
<BinaryOperator>(Cond)) {
586
if (const UnaryOperator *CondUOp =
dyn_cast
<UnaryOperator>(Cond)) {
592
if (const ConditionalOperator *CondOp =
dyn_cast
<ConditionalOperator>(Cond)) {
843
dyn_cast
<llvm::ArrayType>(llvmArrayType->getElementType());
[
all
...]
CGClass.cpp
[
all
...]
CGDecl.cpp
151
if (const BlockDecl *BD =
dyn_cast
<BlockDecl>(DC)) {
158
} else if (const FunctionDecl *FD =
dyn_cast
<FunctionDecl>(CGF.CurFuncDecl)) {
456
if (const Expr *e =
dyn_cast
<Expr>(s)) {
461
if (const DeclRefExpr *ref =
dyn_cast
<DeclRefExpr>(e))
502
if (const ExprWithCleanups *ewc =
dyn_cast
<ExprWithCleanups>(init))
866
if (const BlockExpr *be =
dyn_cast
<BlockExpr>(e)) {
891
if (const CXXConstructExpr *Construct =
dyn_cast
<CXXConstructExpr>(Init))
[
all
...]
CGDeclCXX.cpp
144
if (llvm::Function *Fn =
dyn_cast
<llvm::Function>(AtExitFn))
333
if (llvm::Function *F =
dyn_cast
<llvm::Function>(Callee))
/external/llvm/include/llvm/
InstrTypes.h
75
// Methods for support type inquiry through isa, cast, and
dyn_cast
:
115
// Methods for support type inquiry through isa, cast, and
dyn_cast
:
363
// Methods for support type inquiry through isa, cast, and
dyn_cast
:
612
/// @brief Methods for support type inquiry through isa, cast, and
dyn_cast
:
[
all
...]
/external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp
327
val =
dyn_cast
<ConstantSDNode>(N.getNode())->getSExtValue();
760
ConstantSDNode *CN =
dyn_cast
<ConstantSDNode>(Op0.getOperand(1));
869
&& ((RN =
dyn_cast
<RegisterSDNode>(Op0.getNode())) != 0
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
76
if (const GlobalVariable *GVar =
dyn_cast
<GlobalVariable>(GV))
[
all
...]
/external/clang/lib/Frontend/
FrontendAction.cpp
42
if (const NamedDecl *ND =
dyn_cast
<NamedDecl>(D))
65
if (const NamedDecl *ND =
dyn_cast
<NamedDecl>(D))
Completed in 870 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>