Searched refs:SubNode (Results 1 – 2 of 2) sorted by relevance
| /llvm-project/clang-tools-extra/clang-tidy/readability/ |
| H A D | ElseAfterReturnCheck.cpp | 109 return llvm::any_of(Compound->body(), [](const Stmt *SubNode) { in containsDeclInScope() argument 110 return isa<DeclStmt>(SubNode); in containsDeclInScope()
|
| /llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 14308 auto SubNode = DAG.getNode(ISD::SUB, DL, MVT::i64, Op0, Op1); in DAGCombineTruncBoolExt() 14312 auto Shifted = DAG.getNode(ISD::SRL, DL, MVT::i64, SubNode, in DAGCombineTruncBoolExt() 14018 auto SubNode = DAG.getNode(ISD::SUB, DL, MVT::i64, Op0, Op1); generateEquivalentSub() local
|