OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dyn_cast
(Results
501 - 525
of
1820
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundChecker.cpp
43
const ElementRegion *ER =
dyn_cast
<ElementRegion>(R);
MacOSXAPIChecker.cpp
86
if (const VarRegion *VR =
dyn_cast
<VarRegion>(R))
UndefinedArraySubscriptChecker.cpp
45
if (const CXXConstructorDecl *Ctor =
dyn_cast
<CXXConstructorDecl>(D))
/external/llvm/include/llvm/Analysis/
ObjCARCInstKind.h
103
if (const CallInst *CI =
dyn_cast
<CallInst>(V)) {
/external/llvm/include/llvm/Transforms/Utils/
Evaluator.h
65
if (Constant *CV =
dyn_cast
<Constant>(V)) return CV;
/external/llvm/lib/Analysis/
MemDerefPrinter.cpp
57
if (LoadInst *LI =
dyn_cast
<LoadInst>(&I)) {
/external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp
61
if (const Constant *C =
dyn_cast
<Constant>(V))
223
if (const Constant *C =
dyn_cast
<Constant>(V))
371
auto *MD =
dyn_cast
<MetadataAsValue>(&Op);
384
if (const CallInst *CI =
dyn_cast
<CallInst>(&I))
386
else if (const InvokeInst *II =
dyn_cast
<InvokeInst>(&I))
427
if (auto *MD =
dyn_cast
<MetadataAsValue>(V))
565
if (auto *N =
dyn_cast
<MDNode>(MD.first))
645
if (auto *N =
dyn_cast
<MDNode>(MD))
653
if (auto *C =
dyn_cast
<ConstantAsMetadata>(MD))
686
auto *N =
dyn_cast
<MDNode>(MD)
[
all
...]
/external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp
103
InsertValueInst *SelIVI =
dyn_cast
<InsertValueInst>(V);
110
ExcIVI =
dyn_cast
<InsertValueInst>(SelIVI->getOperand(0));
114
SelLoad =
dyn_cast
<LoadInst>(SelIVI->getOperand(1));
185
if (auto *RI =
dyn_cast
<ResumeInst>(BB.getTerminator()))
PreISelIntrinsicLowering.cpp
37
auto CI =
dyn_cast
<CallInst>(I->getUser());
/external/llvm/lib/IR/
IntrinsicInst.cpp
41
if (auto *V =
dyn_cast
<ValueAsMetadata>(MD))
Type.cpp
45
if (auto *VTy =
dyn_cast
<VectorType>(this))
66
if (auto *thisPTy =
dyn_cast
<VectorType>(this)) {
67
if (auto *thatPTy =
dyn_cast
<VectorType>(Ty))
75
if (auto *thatPTy =
dyn_cast
<VectorType>(Ty))
83
if (auto *PTy =
dyn_cast
<PointerType>(this)) {
84
if (auto *OtherPTy =
dyn_cast
<PointerType>(Ty))
92
if (auto *ATy =
dyn_cast
<ArrayType>(this)) {
97
if (auto *STy =
dyn_cast
<StructType>(this)) {
128
if (auto *VTy =
dyn_cast
<VectorType>(this))
141
if (auto *ATy =
dyn_cast
<ArrayType>(this)
[
all
...]
/external/llvm/lib/Target/AMDGPU/
AMDGPUAnnotateUniformValues.cpp
81
if (Instruction *PtrI =
dyn_cast
<Instruction>(Ptr))
/external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp
24
ConstantSDNode *ConstantSize =
dyn_cast
<ConstantSDNode>(Size);
/external/llvm/lib/Target/
TargetLoweringObjectFile.cpp
82
if (const ConstantDataSequential *CDS =
dyn_cast
<ConstantDataSequential>(C)) {
140
const GlobalVariable *GVar =
dyn_cast
<GlobalVariable>(GV);
181
if (ArrayType *ATy =
dyn_cast
<ArrayType>(C->getType())) {
183
dyn_cast
<IntegerType>(ATy->getElementType())) {
/external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetTransformInfo.cpp
54
if (VectorType *VTy =
dyn_cast
<VectorType>(Ty)) {
/external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp
179
if (SequentialType *seqTy =
dyn_cast
<SequentialType>(type))
221
} else if (StoreInst *Store =
dyn_cast
<StoreInst>(V)) {
314
if (StructType *STy =
dyn_cast
<StructType>(AgTy)) {
344
if (StructType *STy =
dyn_cast
<StructType>(AgTy)) {
500
if (LoadInst *LI =
dyn_cast
<LoadInst>(&I)) {
502
if (GetElementPtrInst *GEP =
dyn_cast
<GetElementPtrInst>(V)) {
509
if (ConstantInt *CI =
dyn_cast
<ConstantInt>(*II))
533
if (LoadInst *LI =
dyn_cast
<LoadInst>(UR)) {
539
} else if (GetElementPtrInst *GEP =
dyn_cast
<GetElementPtrInst>(UR)) {
554
if (ConstantInt *C =
dyn_cast
<ConstantInt>(*i)
[
all
...]
PruneEH.cpp
130
if (const auto *CI =
dyn_cast
<CallInst>(&I)) {
143
if (const auto *IA =
dyn_cast
<InlineAsm>(ICS.getCalledValue()))
196
if (InvokeInst *II =
dyn_cast
<InvokeInst>(BB->getTerminator()))
210
if (CallInst *CI =
dyn_cast
<CallInst>(I++))
/external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp
56
if (InvokeInst *II =
dyn_cast
<InvokeInst>(BB.getTerminator())) {
SplitModule.cpp
47
if (const Instruction *I =
dyn_cast
<Instruction>(U)) {
110
if (auto *GIS =
dyn_cast
<GlobalIndirectSymbol>(&GV)) {
115
if (const Function *F =
dyn_cast
<Function>(&GV)) {
208
if (auto *GIS =
dyn_cast
<GlobalIndirectSymbol>(GV))
/external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp
210
if (LoadInst *LI =
dyn_cast
<LoadInst>(I))
212
if (StoreInst *SI =
dyn_cast
<StoreInst>(I))
218
if (LoadInst *L =
dyn_cast
<LoadInst>(I))
220
if (StoreInst *S =
dyn_cast
<StoreInst>(I))
277
GetElementPtrInst *GEPA =
dyn_cast
<GetElementPtrInst>(getPointerOperand(A));
278
GetElementPtrInst *GEPB =
dyn_cast
<GetElementPtrInst>(getPointerOperand(B));
286
Instruction *OpA =
dyn_cast
<Instruction>(GEPA->getOperand(FinalIndex));
287
Instruction *OpB =
dyn_cast
<Instruction>(GEPB->getOperand(FinalIndex));
298
OpA =
dyn_cast
<Instruction>(OpA->getOperand(0));
299
OpB =
dyn_cast
<Instruction>(OpB->getOperand(0))
[
all
...]
/external/llvm/tools/bugpoint-passes/
TestPasses.cpp
61
if (CallInst *CI =
dyn_cast
<CallInst>(I)) {
/external/llvm/tools/obj2yaml/
obj2yaml.cpp
42
if (ObjectFile *Obj =
dyn_cast
<ObjectFile>(&Binary))
/external/llvm/unittests/ExecutionEngine/Orc/
IndirectionUtilsTest.cpp
40
auto *Call =
dyn_cast
<CallInst>(std::next(II));
/external/swiftshader/third_party/LLVM/include/llvm/
Operator.h
43
if (const Instruction *I =
dyn_cast
<Instruction>(this))
52
if (const Instruction *I =
dyn_cast
<Instruction>(V))
54
if (const ConstantExpr *CE =
dyn_cast
<ConstantExpr>(V))
281
if (ConstantInt *C =
dyn_cast
<ConstantInt>(I))
/external/swiftshader/third_party/LLVM/lib/Analysis/
IVUsers.cpp
51
if (const SCEVAddRecExpr *AR =
dyn_cast
<SCEVAddRecExpr>(S)) {
66
if (const SCEVAddExpr *Add =
dyn_cast
<SCEVAddExpr>(S)) {
242
if (const SCEVAddRecExpr *AR =
dyn_cast
<SCEVAddRecExpr>(S)) {
248
if (const SCEVAddExpr *Add =
dyn_cast
<SCEVAddExpr>(S)) {
Completed in 1973 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>