Searched refs:LitLoc (Results 1 – 2 of 2) sorted by relevance
469 SourceLocation LitLoc = CurLoc; in ParseIdentifierExpr() local474 return std::make_unique<VariableExprAST>(LitLoc, IdName); in ParseIdentifierExpr()498 return std::make_unique<CallExprAST>(LitLoc, IdName, std::move(Args)); in ParseIdentifierExpr()
3497 SMLoc LitLoc = getLitLoc(Operands); in validateConstantBusLimitations() local3499 SMLoc Loc = (LitLoc.getPointer() < RegLoc.getPointer()) ? RegLoc : LitLoc; in validateConstantBusLimitations()