Searched refs:bind_ty (Results 1 – 1 of 1) sorted by relevance
282 template <typename Class> struct bind_ty { struct284 bind_ty(Class *&V) : VR(V) {} in bind_ty() argument296 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() argument299 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()