OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIfExists
(Results
1 - 7
of
7
) sorted by null
/external/llvm/unittests/IR/
MetadataTest.cpp
95
MDNode *n4 = MDNode::
getIfExists
(Context, V);
96
MDNode *n5 = MDNode::
getIfExists
(Context, c1);
97
MDNode *n6 = MDNode::
getIfExists
(Context, c2);
/external/llvm/include/llvm/IR/
Metadata.h
124
static MDNode *
getIfExists
(LLVMContext &Context, ArrayRef<Value*> Vals);
/external/llvm/lib/IR/
Metadata.cpp
276
MDNode *MDNode::
getIfExists
(LLVMContext &Context, ArrayRef<Value*> Vals) {
/external/llvm/lib/Transforms/Utils/
Local.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp
[
all
...]
SROA.cpp
743
if (MDNode *DebugNode = MDNode::
getIfExists
(AI.getContext(), &AI)) {
[
all
...]
/external/robolectric/lib/main/
h2-1.2.147.jar
Completed in 221 milliseconds