Searched refs:getIfExists (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Metadata.h | 174 static MetadataAsValue *getIfExists(LLVMContext &Context, Metadata *MD); 267 static ValueAsMetadata *getIfExists(Value *V); 269 return cast_or_null<ConstantAsMetadata>(getIfExists(C)); in getConstantIfExists() 272 return cast_or_null<LocalAsMetadata>(getIfExists(Local)); in getLocalIfExists() 309 static ConstantAsMetadata *getIfExists(Constant *C) { in getIfExists() function 334 static LocalAsMetadata *getIfExists(Value *Local) { in getIfExists() function 771 static inline MDTuple *getIfExists(LLVMContext &Context, 989 static MDTuple *getIfExists(LLVMContext &Context, ArrayRef<Metadata *> MDs) { 1021 MDTuple *MDNode::getIfExists(LLVMContext &Context, ArrayRef<Metadata *> MDs) { 1022 return MDTuple::getIfExists(Context, MDs);
|
D | DebugInfoMetadata.h | 27 static CLASS *getIfExists(LLVMContext &Context, \
|
/external/llvm/lib/IR/ |
D | Metadata.cpp | 83 MetadataAsValue *MetadataAsValue::getIfExists(LLVMContext &Context, in getIfExists() function in MetadataAsValue 271 ValueAsMetadata *ValueAsMetadata::getIfExists(Value *V) { in getIfExists() function in ValueAsMetadata
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1093 if (auto *L = LocalAsMetadata::getIfExists(V)) in FindAllocaDbgDeclare() 1094 if (auto *MDV = MetadataAsValue::getIfExists(V->getContext(), L)) in FindAllocaDbgDeclare()
|
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 188 MDNode *n4 = MDNode::getIfExists(Context, V); in TEST_F() 189 MDNode *n5 = MDNode::getIfExists(Context, c1); in TEST_F() 190 MDNode *n6 = MDNode::getIfExists(Context, c2); in TEST_F()
|
/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 1062 if (auto *L = LocalAsMetadata::getIfExists(AI)) { in run() 1063 if (auto *DebugNode = MetadataAsValue::getIfExists(AI->getContext(), L)) { in run()
|
D | SROA.cpp | 1098 if (auto *L = LocalAsMetadata::getIfExists(&AI)) { in run() 1099 if (auto *DebugNode = MetadataAsValue::getIfExists(AI.getContext(), L)) { in run()
|
/external/robolectric/lib/main/ |
D | h2-1.2.147.jar | META-INF/MANIFEST.MF
META-INF/services/java.sql.Driver
org ... |