reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/MDBuilder.cpp
   21   return MDString::get(Context, Str);
   33       createConstant(ConstantFP::get(Type::getFloatTy(Context), Accuracy));
   34   return MDNode::get(Context, Op);
   48   Type *Int32Ty = Type::getInt32Ty(Context);
   52   return MDNode::get(Context, Vals);
   56   return MDNode::get(Context, None);
   62   Type *Int64Ty = Type::getInt64Ty(Context);
   75   return MDNode::get(Context, Ops);
   79   return MDNode::get(Context,
   87   Type *Ty = IntegerType::get(Context, Lo.getBitWidth());
   97   return MDNode::get(Context, {createConstant(Lo), createConstant(Hi)});
  104   return MDNode::get(Context, Ops);
  112   Type *Int64 = Type::getInt64Ty(Context);
  118   Type *Int1 = Type::getInt1Ty(Context);
  121   return MDNode::get(Context, Ops);
  127     return MDNode::get(Context, {NewCB});
  150   return MDNode::get(Context, Ops);
  155   auto Dummy = MDNode::getTemporary(Context, None);
  162   MDNode *Root = MDNode::get(Context, Args);
  176   return MDNode::get(Context, createString(Name));
  184     Constant *Flags = ConstantInt::get(Type::getInt64Ty(Context), 1);
  185     return MDNode::get(Context,
  188   return MDNode::get(Context, {createString(Name), Parent});
  192   return MDNode::get(Context, createString(Name));
  196   return MDNode::get(Context, {createString(Name), Domain});
  203   Type *Int64 = Type::getInt64Ty(Context);
  209   return MDNode::get(Context, Vals);
  217   Type *Int64 = Type::getInt64Ty(Context);
  223   return MDNode::get(Context, Ops);
  230   ConstantInt *Off = ConstantInt::get(Type::getInt64Ty(Context), Offset);
  231   return MDNode::get(Context,
  239   IntegerType *Int64 = Type::getInt64Ty(Context);
  242     return MDNode::get(Context, {BaseType, AccessType, createConstant(Off),
  245   return MDNode::get(Context, {BaseType, AccessType, createConstant(Off)});
  252   Type *Int64 = Type::getInt64Ty(Context);
  261   return MDNode::get(Context, Ops);
  267   IntegerType *Int64 = Type::getInt64Ty(Context);
  272     return MDNode::get(Context, {BaseType, AccessType, OffsetNode, SizeNode,
  275   return MDNode::get(Context, {BaseType, AccessType, OffsetNode, SizeNode});
  308     createConstant(ConstantInt::get(Type::getInt64Ty(Context), Weight)),
  310   return MDNode::get(Context, Vals);
  315   auto *IntType = Type::getInt64Ty(Context);
  322   return MDNode::get(Context, Vals);