HomeSort by relevance Sort by last modified time
    Searched full:bind_ty (Results 1 - 1 of 1) sorted by null

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

Completed in 50 milliseconds