Searched refs:VariableDecorator (Results 1 – 4 of 4) sorted by relevance
73 struct VariableDecorator { struct75 explicit VariableDecorator(const llvm::Record *def) : def(def) {} in VariableDecorator() argument86 VariableDecorator (*)(llvm::Init *)> { argument90 VariableDecorator (*)(llvm::Init *)>(it, in VariableDecoratorIterator()92 static VariableDecorator unwrap(llvm::Init *init);
24 class SideEffect : public Operator::VariableDecorator {38 static bool classof(const Operator::VariableDecorator *var);
39 bool SideEffect::classof(const Operator::VariableDecorator *var) { in classof()
686 -> VariableDecorator { in unwrap()687 return VariableDecorator(cast<llvm::DefInit>(init)->getDef()); in unwrap()