HomeSort by relevance Sort by last modified time
    Searched defs:MDNode (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/IR/
Metadata.cpp 47 /// - nullptr is replaced by an empty MDNode.
48 /// - An MDNode with a single null operand is replaced by an empty MDNode.
49 /// - An MDNode whose only operand is a \a ConstantAsMetadata gets skipped.
57 return MDNode::get(Context, None);
59 // Return early if this isn't a single-operand MDNode.
60 auto *N = dyn_cast<MDNode>(MD);
66 return MDNode::get(Context, None);
69 // Look through the MDNode.
159 assert(!(MD && isa<MDNode>(MD) && cast<MDNode>(MD)->isTemporary()) &
    [all...]
  /external/llvm/include/llvm/IR/
Metadata.h 232 /// ResolveUsers, call \a MDNode::resolve() on any users whose last operand
360 /// In prehistory -- when metadata was a subclass of \a Value -- \a MDNode
364 /// MDNode *N = ...;
379 /// MDNode *N = ...;
390 /// MDNode *N = ...;
549 explicit AAMDNodes(MDNode *T = nullptr, MDNode *S = nullptr,
550 MDNode *N = nullptr)
562 MDNode *TBAA;
565 MDNode *Scope
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 266 | MDNode
461 external mdnode : llcontext -> llvalue array -> llvalue = "llvm_mdnode"
    [all...]
llvm_ocaml.c 479 MDNode,
534 DEFINE_CASE(Val, MDNode);
    [all...]

Completed in 102 milliseconds