Home | History | Annotate | Download | only in IR

Lines Matching defs:DistinctMDOperandPlaceholder

1243 class DistinctMDOperandPlaceholder : public Metadata {
1249 explicit DistinctMDOperandPlaceholder(unsigned ID)
1254 DistinctMDOperandPlaceholder() = delete;
1255 DistinctMDOperandPlaceholder(DistinctMDOperandPlaceholder &&) = delete;
1256 DistinctMDOperandPlaceholder(const DistinctMDOperandPlaceholder &) = delete;
1258 ~DistinctMDOperandPlaceholder() {