Searched refs:SubNode (Results 1 – 2 of 2) sorted by relevance
111 return llvm::any_of(Compound->body(), [](const Stmt *SubNode) { in containsDeclInScope() argument112 return isa<DeclStmt>(SubNode); in containsDeclInScope()
13354 auto SubNode = DAG.getNode(ISD::SUB, DL, MVT::i64, Op0, Op1); in generateEquivalentSub() local13358 auto Shifted = DAG.getNode(ISD::SRL, DL, MVT::i64, SubNode, in generateEquivalentSub()