HomeSort by: relevance | last modified time | path
    Searched refs:getIfExists (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Metadata.h 191 static MetadataAsValue *getIfExists(LLVMContext &Context, Metadata *MD);
328 static ReplaceableMetadataImpl *getIfExists(Metadata &MD);
374 static ValueAsMetadata *getIfExists(Value *V);
377 return cast_or_null<ConstantAsMetadata>(getIfExists(C));
381 return cast_or_null<LocalAsMetadata>(getIfExists(Local));
423 static ConstantAsMetadata *getIfExists(Constant *C) {
449 static LocalAsMetadata *getIfExists(Value *Local) {
941 static inline MDTuple *getIfExists(LLVMContext &Context,
1169 static MDTuple *getIfExists(LLVMContext &Context, ArrayRef<Metadata *> MDs) {
1202 MDTuple *MDNode::getIfExists(LLVMContext &Context, ArrayRef<Metadata *> MDs)
    [all...]
DebugInfoMetadata.h 56 static CLASS *getIfExists(LLVMContext &Context, \
1412 static void getIfExists() = delete;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfo.cpp 51 auto *L = LocalAsMetadata::getIfExists(V);
54 auto *MDV = MetadataAsValue::getIfExists(V->getContext(), L);
85 if (auto *L = LocalAsMetadata::getIfExists(V)) {
86 if (auto *MDV = MetadataAsValue::getIfExists(V->getContext(), L)) {
92 if (auto *MDV = MetadataAsValue::getIfExists(V->getContext(), AL)) {
112 if (auto *L = LocalAsMetadata::getIfExists(V)) {
113 if (auto *MDV = MetadataAsValue::getIfExists(V->getContext(), L)) {
119 if (auto *MDV = MetadataAsValue::getIfExists(V->getContext(), AL)) {
Metadata.cpp 114 MetadataAsValue *MetadataAsValue::getIfExists(LLVMContext &Context,
173 if (auto *R = ReplaceableMetadataImpl::getIfExists(MD))
183 if (auto *R = ReplaceableMetadataImpl::getIfExists(MD)) {
333 ReplaceableMetadataImpl *ReplaceableMetadataImpl::getIfExists(Metadata &MD) {
381 ValueAsMetadata *ValueAsMetadata::getIfExists(Value *V) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Inliner.cpp 203 if (auto *L = LocalAsMetadata::getIfExists(AI))
204 if (auto *MDV = MetadataAsValue::getIfExists(AI->getContext(), L))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Local.cpp 1710 if (auto *L = LocalAsMetadata::getIfExists(AI))
1711 if (auto *MDV = MetadataAsValue::getIfExists(AI->getContext(), L))

Completed in 26 milliseconds