Searched refs:lookupStmt (Results 1 – 2 of 2) sorted by relevance
400 til::SExpr *lookupStmt(const Stmt *S);
72 til::SExpr *SExprBuilder::lookupStmt(const Stmt *S) { return SMap.lookup(S); } in lookupStmt() function in SExprBuilder240 if (til::SExpr *E = lookupStmt(S)) in translate()