HomeSort by: relevance | last modified time | path
    Searched defs:m_BinOp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
MIPatternMatch.h 284 inline BinaryOpc_match<LHS, RHS, false> m_BinOp(unsigned Opcode, const LHS &L,
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h 84 inline class_match<BinaryOperator> m_BinOp() {
752 inline bind_ty<BinaryOperator> m_BinOp(BinaryOperator *&I) { return I; }
953 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) {

Completed in 19 milliseconds