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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
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/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...]

Completed in 18 milliseconds