HomeSort by relevance Sort by last modified time
    Searched refs:getIfExists (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/IR/
Metadata.h 186 static MetadataAsValue *getIfExists(LLVMContext &Context, Metadata *MD);
279 static ValueAsMetadata *getIfExists(Value *V);
281 return cast_or_null<ConstantAsMetadata>(getIfExists(C));
284 return cast_or_null<LocalAsMetadata>(getIfExists(Local));
321 static ConstantAsMetadata *getIfExists(Constant *C) {
346 static LocalAsMetadata *getIfExists(Value *Local) {
785 static inline MDTuple *getIfExists(LLVMContext &Context,
    [all...]
DebugInfoMetadata.h 37 static CLASS *getIfExists(LLVMContext &Context, \
    [all...]
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 233 if (auto *L = LocalAsMetadata::getIfExists(AI))
234 if (auto *MDV = MetadataAsValue::getIfExists(AI->getContext(), L))
    [all...]
  /external/llvm/lib/IR/
Metadata.cpp 83 MetadataAsValue *MetadataAsValue::getIfExists(LLVMContext &Context,
271 ValueAsMetadata *ValueAsMetadata::getIfExists(Value *V) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp 190 MDNode *n4 = MDNode::getIfExists(Context, V);
191 MDNode *n5 = MDNode::getIfExists(Context, c1);
192 MDNode *n6 = MDNode::getIfExists(Context, c2);
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 462 milliseconds