Searched refs:thenLoc (Results 1 – 2 of 2) sorted by relevance
1404 mlir::Location thenLoc = getLoc(thenS->getSourceRange()); in emitIfOnBoolExpr() local1413 LexicalScope lexScope{*this, thenLoc, builder.getInsertionBlock()}; in emitIfOnBoolExpr()1416 thenLoc, in emitIfOnBoolExpr()1433 mlir::Location thenLoc, BuilderCallbackRef elseBuilder, in emitIfOnBoolExpr() argument1438 SmallVector<mlir::Location, 2> ifLocs{thenLoc}; in emitIfOnBoolExpr()
969 mlir::Location thenLoc,