Home
last modified time | relevance | path

Searched refs:bind_ty (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
DPatternMatch.h282 template <typename Class> struct bind_ty { struct
284 bind_ty(Class *&V) : VR(V) {} in bind_ty() argument
296 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() argument
299 inline bind_ty<Instruction> m_Instruction(Instruction *&I) { return I; } in m_Instruction()
302 inline bind_ty<BinaryOperator> m_BinOp(BinaryOperator *&I) { return I; } in m_BinOp()
305 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; } in m_ConstantInt()
308 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; } in m_Constant()
311 inline bind_ty<ConstantFP> m_ConstantFP(ConstantFP *&C) { return C; } in m_ConstantFP()