Searched refs:PostLoad (Results 1 – 3 of 3) sorted by relevance
36 return PostLoad(S, LC, tag); in getProgramPoint()331 else if (getAs<PostLoad>()) in printJson()
421 class PostLoad : public PostStmt {423 PostLoad(const Stmt *S, const LocationContext *L,429 PostLoad() = default;
213 BasicBlock *PostLoad = ThenTerm->getSuccessor(0); in scalarizeMaskedLoad() local214 Builder.SetInsertPoint(PostLoad, PostLoad->begin()); in scalarizeMaskedLoad()