Searched defs:PDLValue (Results 1 – 1 of 1) sorted by relevance
245 PDLValue(const PDLValue &other) : impl(other.impl) {} in PDLValue() function247 PDLValue(Attribute value) : impl(value) {} in PDLValue() function248 PDLValue(Operation *value) : impl(value) {} in PDLValue() function249 PDLValue(Type value) : impl(value) {} in PDLValue() function250 PDLValue(Value value) : impl(value) {} in PDLValue() function